ByteOrder
Description:
public enum ByteOrder
Content:
Enum values:
- HOST -
- LITTLE_ENDIAN - Specifies one of the
possible types of byte order.
- BIG_ENDIAN - Specifies one of the
possible types of byte order.
- PDP_ENDIAN - Specifies one of the
possible types of byte order (currently unused).