package core_unix

  1. Overview
  2. Docs
Unix-specific portions of Core

Install

Dune Dependency

Authors

Maintainers

Sources

core_unix-v0.16.0.tar.gz
sha256=4f70a9d3a761799d00c0a207942b4abd9f1a144bbcb19df98021d9fb7bfa9e5f

doc/core_unix.bigbuffer_blocking/Bigbuffer_blocking/index.html

Module Bigbuffer_blockingSource

Extends Core.Bigbuffer.

Sourceval add_channel : Core.Bigbuffer.t -> Core.In_channel.t -> int -> unit

add_channel b ic n reads exactly n characters from the input channel ic and stores them at the end of buffer b. Raises End_of_file if the channel contains fewer than n characters.

Sourceval output_buffer : Core.Out_channel.t -> Core.Bigbuffer.t -> unit

output_buffer oc b writes the current contents of buffer b on the output channel oc.

Digest the current contents of the buffer.

OCaml

Innovation. Community. Security.