8-bit signed values
val get_int8 : t -> pos:int -> int8
8-bit unsigned values
val get_uint8 : t -> pos:int -> uint8
16-bit signed values
val get_int16_le : t -> pos:int -> int16
val get_int16_be : t -> pos:int -> int16
16-bit unsigned values
val get_uint16_le : t -> pos:int -> uint16
val get_uint16_be : t -> pos:int -> uint16
32-bit signed values
val get_int32_le : t -> pos:int -> int32
val get_int32_be : t -> pos:int -> int32
32-bit unsigned values
val get_uint32_le : t -> pos:int -> uint32
val get_uint32_be : t -> pos:int -> uint32
64-bit signed values
val get_int64_le : t -> pos:int -> int64
val get_int64_be : t -> pos:int -> int64
64-bit unsigned values
val get_uint64_le : t -> pos:int -> uint64
val get_uint64_be : t -> pos:int -> uint64
module Local : sig ... end