Module Core.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.readseekt

To_string.blito ~src ~dst ~dst_pos ~src_len () reads src_len bytes from src, advancing src's window accordingly, and writes them into dst starting at dst_pos. By default dst_pos = 0 and src_len = length src. It is an error if dst_pos and src_len don't specify a valid region of dst or src_len > length src.

module To_string : Iobuf_intf.Consuming_blit with type src := src with type dst := string
module To_bigstring : Iobuf_intf.Consuming_blit with type src := src with type dst := Core__.Import.Bigstring.t
include Iobuf_intf.Accessors with type ('a, 'r, 's) t = ([> Core__.Import.read ] as r, seekt ‑> 'a with type bin_prot := a Bin_prot.Type_class.reader
type ('a, 'r, 's) t = ([> Core__.Import.read ] as r, seekt ‑> 'a

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

type 'a bin_prot
val char : (char, 'd'wt
val int8 : (int, 'd'wt
val int16_be : (int, 'd'wt
val int16_le : (int, 'd'wt
val int32_be : (int, 'd'wt
val int32_le : (int, 'd'wt
val uint8 : (int, 'd'wt
val uint16_be : (int, 'd'wt
val uint16_le : (int, 'd'wt
val uint32_be : (int, 'd'wt
val uint32_le : (int, 'd'wt
val int64_be : (int, 'd'wt
val int64_le : (int, 'd'wt
val uint64_be : (int, 'd'wt
val uint64_le : (int, 'd'wt
val int64_t_be : (Core__.Import.Int64.t'd'wt
val int64_t_le : (Core__.Import.Int64.t'd'wt
val int64_be_trunc : (int, 'd'wt
val int64_le_trunc : (int, 'd'wt
val head_padded_fixed_string : padding:char ‑> len:int ‑> (string, 'd'wt
val tail_padded_fixed_string : padding:char ‑> len:int ‑> (string, 'd'wt
val string : str_pos:int ‑> len:int ‑> (string, 'd'wt
val bigstring : str_pos:int ‑> len:int ‑> (Core__.Import.Bigstring.t'd'wt
val stringo : ?str_pos:int ‑> ?len:int ‑> (string, 'd'wt
val bigstringo : ?str_pos:int ‑> ?len:int ‑> (Core__.Import.Bigstring.t'd'wt
val bin_prot : 'a bin_prot ‑> ('a'd'wt