# Functions
GetFloat32 Returns float32 read primitive datatypes from/to byte sequences, allowing the byte order to be specified.
GetFloat64 Returns float64 read primitive datatypes from/to byte sequences, allowing the byte order to be specified.
GetInt32 Returns int32 read primitive datatypes from/to byte sequences, allowing the byte order to be specified.
GetInt64 Returns int64 read primitive datatypes from/to byte sequences, allowing the byte order to be specified.
PutFloat32 write primitive datatypes from/to byte sequences, allowing the byte order to be specified.
PutFloat64 write primitive datatypes from/to byte sequences, allowing the byte order to be specified.
PutInt32 write primitive datatypes from/to byte sequences, allowing the byte order to be specified.
PutInt64 write primitive datatypes from/to byte sequences, allowing the byte order to be specified.
# Constants
Byte order: big endian or little endian.
Byte order: big endian or little endian.