Module Bigbuffer_blocking
Extends Core_kernel.Bigbuffer.
val add_channel : Core_kernel.Bigbuffer.t -> Core.In_channel.t -> int -> unitadd_channel b ic nreads exactlyncharacters from the input channelicand stores them at the end of bufferb. RaisesEnd_of_fileif the channel contains fewer thanncharacters.
val output_buffer : Core.Out_channel.t -> Core_kernel.Bigbuffer.t -> unitoutput_buffer oc bwrites the current contents of bufferbon the output channeloc.
val md5 : Core_kernel.Bigbuffer.t -> Core.Md5.tDigest the current contents of the buffer.