Iostream
I/O streams.
This module defines generic I/O streams. They can be user-defined and can be composed from other streams.
module In : sig ... end
Input stream.
module In_buf : sig ... end
Buffered input stream.
module Out : sig ... end
Output stream.
module Out_buf : sig ... end
Buffered output stream.
module Slice : sig ... end
Byte slice or buffer.
module Seekable : sig ... end
An object we can seek in.