ByteOrder Fields

BerkeleyDB

The ByteOrder type exposes the following members.

Fields

  NameDescription
BIG_ENDIAN
Big endian byte order
LITTLE_ENDIAN
Little endian byte order
MACHINE
The host byte order of the machine where the Berkeley DB library was compiled.

See Also