package core

  1. Overview
  2. Docs
Industrial strength alternative to OCaml's standard library

Install

Dune Dependency

Authors

Maintainers

Sources

core-v0.13.0.tar.gz
sha256=f4ceebba441f90076ac89bffc41705e2c0bc5d92b71df9100e2d1c15ea49f559
md5=0dedfb21e756427ea39ab4dc173d67a9

doc/core.bigbuffer_blocking/Bigbuffer_blocking/index.html

Module Bigbuffer_blocking

Extends Core_kernel.Bigbuffer.

val add_channel : Core_kernel.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.

val output_buffer : Core.Out_channel.t -> Core_kernel.Bigbuffer.t -> unit

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

val md5 : Core_kernel.Bigbuffer.t -> Core.Md5.t

Digest the current contents of the buffer.

OCaml

Innovation. Community. Security.