Module Iobuf_intf

module Iobuf_intf: sig .. end
no_seek and seek are phantom types used in a similar manner to read and read_write.

type no_seek 
no_seek and seek are phantom types used in a similar manner to read and read_write.
val sexp_of_no_seek : no_seek -> Sexplib.Sexp.t
type seek = private no_seek 
like read
val sexp_of_seek : seek -> Sexplib.Sexp.t

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.
type ('src, 'dst) consuming_blit = src:'src -> dst:'dst -> dst_pos:int -> len:int -> unit 
type ('src, 'dst) consuming_blito = src:'src -> ?src_len:int -> dst:'dst -> ?dst_pos:int -> unit -> unit 
module type Consuming_blit = sig .. end
module Unix: Core_unix

no_seek and seek are phantom types used in a similar manner to read and read_write.

like read

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.

default is Iobuf.length src

default is 0

subo defaults to using Iobuf.length src