Expand description
Binary container size information and byte-order context
Structs
- A binary parsing context, including the container size and underlying byte endianness
 
Enums
- The size of a binary container
 - The endianness (byte order) of a stream of bytes
 
Constants
- The default binary container size - either
BigorLittle, depending on whether the host machine’s pointer size is 64 or not