API / geotoolkit / seismic / data / ByteOrder / ByteOrder
An enumeration for byte orders.
Enumeration Members
Enumeration Members
• BigEndian = "BIG_ENDIAN"
Constant denoting big-endian byte order. In this order, the bytes of a multibyte value are ordered from most significant to least significant.
• LittleEndian = "LITTLE_ENDIAN"
Constant denoting little-endian byte order. In this order, the bytes of a multibyte value are ordered from least significant to most significant.