Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Big endian parsers
val int16 : int t
val int32 : int32 t
val int64 : int64 t
intN
reads N
bits and interprets them as big endian signed integers.
val uint16 : int t
val uint32 : int32 t
val uint64 : int64 t
uintN
reads N
bits and interprets them as big endian unsigned integers.
val float : float t
float
reads 32 bits and interprets them as a big endian floating point value.
val double : float t
double
reads 64 bits and interprets them as a big endian floating point value.