Module Iobuf.Consume
Consume.string t ~len reads len characters (all, by default) from t into a new string and advances the lower bound of the window accordingly.
Consume.bin_prot X.bin_read_t t returns the initial X.t in t, advancing past the bytes read.
type src= (Core__.Import.read, seek) tTo_bytes.blito ~src ~dst ~dst_pos ~src_len ()readssrc_lenbytes fromsrc, advancingsrc's window accordingly, and writes them intodststarting atdst_pos. By defaultdst_pos = 0andsrc_len = length src. It is an error ifdst_posandsrc_lendon't specify a valid region ofdstor ifsrc_len > length src.
module To_bytes : Core.Iobuf_intf.Consuming_blit with type src := src with type dst := Core__.Import.Bytes.tmodule To_bigstring : Core.Iobuf_intf.Consuming_blit with type src := src with type dst := Core__.Import.Bigstring.tmodule To_string : sig ... endinclude Core.Iobuf_intf.Accessors_read with type ('a, 'r, 's) t = ([> Core__.Import.read ] as r, seek) t -> 'a with type 'a bin_prot := 'a Bin_prot.Type_class.reader
include Core.Iobuf_intf.Accessors_common
type ('a, 'd, 'w) tconstraint 'd = [> Core__.Import.read ]('d, 'w) Iobuf.taccessor function manipulating'a, either writing it to the iobuf or reading it from the iobuf.
val char : (char, 'd, 'w) tval int64_t_be : (Core__.Import.Int64.t, 'd, 'w) tval int64_t_le : (Core__.Import.Int64.t, 'd, 'w) tval head_padded_fixed_string : padding:char -> len:int -> (string, 'd, 'w) tval tail_padded_fixed_string : padding:char -> len:int -> (string, 'd, 'w) tval string : str_pos:int -> len:int -> (string, 'd, 'w) tval bytes : str_pos:int -> len:int -> (Core__.Import.Bytes.t, 'd, 'w) tval bigstring : str_pos:int -> len:int -> (Core__.Import.Bigstring.t, 'd, 'w) tval stringo : ?str_pos:int -> ?len:int -> (string, 'd, 'w) tval byteso : ?str_pos:int -> ?len:int -> (Core__.Import.Bytes.t, 'd, 'w) tval bigstringo : ?str_pos:int -> ?len:int -> (Core__.Import.Bigstring.t, 'd, 'w) tval bin_prot : 'a bin_prot -> ('a, 'd, 'w) t
val int8 : (int, 'd, 'w) tval int16_be : (int, 'd, 'w) tval int16_le : (int, 'd, 'w) tval int32_be : (int, 'd, 'w) tval int32_le : (int, 'd, 'w) tval int64_be_exn : (int, 'd, 'w) tval int64_le_exn : (int, 'd, 'w) tval int64_be_trunc : (int, 'd, 'w) tval int64_le_trunc : (int, 'd, 'w) tval uint8 : (int, 'd, 'w) tval uint16_be : (int, 'd, 'w) tval uint16_le : (int, 'd, 'w) tval uint32_be : (int, 'd, 'w) tval uint32_le : (int, 'd, 'w) tval uint64_be_exn : (int, 'd, 'w) tval uint64_le_exn : (int, 'd, 'w) t