Endian

Byte order endianness.

Note: This is intended for cases where you need to deal with endianness at runtime. If you're doing something which should compile differently depending on whether you're compiling on a big endian or little endian machine, then please use version (BigEndian) and version (LittleEndian).

Values

ValueMeaning
bigEndian

Big endian byte order

littleEndian

Little endian byte order

See Also

Meta