Module Unsafe.Poke
val decimal : (Core_kernel.read_write, 'w) t -> pos:int -> int -> int
decimal t ~pos i
returns the number of bytes written atpos
.
val bin_prot_size : 'a Bin_prot.Type_class.writer -> (Core_kernel.read_write, _) t -> pos:int -> 'a -> int
As
bin_prot
but returns the number of bytes written.
include Iobuf__.Iobuf_intf.Accessors_write with type ('a, 'd, 'w) t = (Core_kernel.read_write, 'w) t -> pos:int -> 'a -> unit with type 'a bin_prot := 'a Bin_prot.Type_class.writer
include Iobuf__.Iobuf_intf.Accessors_common
val char : (char, 'd, 'w) t
val int64_t_be : (Core_kernel.Int64.t, 'd, 'w) t
val int64_t_le : (Core_kernel.Int64.t, 'd, 'w) t
val head_padded_fixed_string : padding:char -> len:int -> (string, 'd, 'w) t
val tail_padded_fixed_string : padding:char -> len:int -> (string, 'd, 'w) t
val string : str_pos:int -> len:int -> (string, 'd, 'w) t
val bytes : str_pos:int -> len:int -> (Core_kernel.Bytes.t, 'd, 'w) t
val bigstring : str_pos:int -> len:int -> (Core_kernel.Bigstring.t, 'd, 'w) t
val stringo : ?str_pos:int -> ?len:int -> (string, 'd, 'w) t
val byteso : ?str_pos:int -> ?len:int -> (Core_kernel.Bytes.t, 'd, 'w) t
val bigstringo : ?str_pos:int -> ?len:int -> (Core_kernel.Bigstring.t, 'd, 'w) t
val bin_prot : 'a bin_prot -> ('a, 'd, 'w) t
val int8_trunc : (int, 'd, 'w) t
val int16_be_trunc : (int, 'd, 'w) t
val int16_le_trunc : (int, 'd, 'w) t
val int32_be_trunc : (int, 'd, 'w) t
val int32_le_trunc : (int, 'd, 'w) t
val int64_be : (int, 'd, 'w) t
val int64_le : (int, 'd, 'w) t
val uint8_trunc : (int, 'd, 'w) t
val uint16_be_trunc : (int, 'd, 'w) t
val uint16_le_trunc : (int, 'd, 'w) t
val uint32_be_trunc : (int, 'd, 'w) t
val uint32_le_trunc : (int, 'd, 'w) t
val uint64_be_trunc : (int, 'd, 'w) t
val uint64_le_trunc : (int, 'd, 'w) t