Module Bigbuffer_blocking
Extends Core_kernel.Bigbuffer.
- val add_channel : Core_kernel.Bigbuffer.t -> Core.In_channel.t -> int -> unit
- add_channel b ic nreads exactly- ncharacters from the input channel- icand stores them at the end of buffer- b. Raises- End_of_fileif the channel contains fewer than- ncharacters.
- val output_buffer : Core.Out_channel.t -> Core_kernel.Bigbuffer.t -> unit
- output_buffer oc bwrites the current contents of buffer- bon the output channel- oc.
- val md5 : Core_kernel.Bigbuffer.t -> Core.Md5.t
- Digest the current contents of the buffer.