Module EndianBytesSource

Sourcemodule type EndianBytesSig = sig ... end

Functions reading according to Big Endian byte order

Sourcemodule BigEndian : sig ... end

Functions reading according to Big Endian byte order

Sourcemodule BigEndian_unsafe : sig ... end

Functions reading according to Big Endian byte order without checking for overflow

Sourcemodule LittleEndian : sig ... end

Functions reading according to Little Endian byte order

Sourcemodule LittleEndian_unsafe : sig ... end

Functions reading according to Big Endian byte order without checking for overflow

Sourcemodule NativeEndian : sig ... end

Functions reading according to machine endianness

Sourcemodule NativeEndian_unsafe : sig ... end

Functions reading according to machine endianness without checking for overflow