Choice ByteOrder
Implemented Interfaces:
Describes the byte order of multi-byte values when read from or written to a stream.
- Source Code:
- View Source
Case Summary
LITTLE_ENDIAN - The least significant bytes are written first.
BIG_ENDIAN - The most significant bytes are written first.
Inherited Fields:
Inherited Methods: