Module Iobuf_intf

module Iobuf_intf: sig .. end
no_seek and seek are defined and used in a similar manner to read_only and read_write.

val __pa_ounit_275876e34cf609db118f3d84b799a790 : string
type no_seek 
no_seek and seek are defined and used in a similar manner to read_only and read_write.
val sexp_of_no_seek : 'a -> 'b
type seek = private no_seek 
like read_only
val sexp_of_seek : 'a -> 'b

like read_write
module type Accessors = sig .. end
A collection of iobuf access functions.
module type Bound = sig .. end
An iobuf window bound, either upper or lower.
module Unix: Core_unix

no_seek and seek are defined and used in a similar manner to read_only and read_write.

like read_only

like read_write

A collection of iobuf access functions. This abstracts over Iobuf.Consume, Iobuf.Fill, Iobuf.Peek, and Iobuf.Poke.

('d, 'w) Iobuf.t accessor function manipulating 'a, either writing it to the iobuf or reading it from the iobuf.

An iobuf window bound, either upper or lower. You can't see its int value, but you can save and restore it.