A typesafe enumeration for byte orders.
Fields
Constant denoting big-endian byte order.
Constant denoting little-endian byte order.
Retrieves the native byte order of the underlying platform.
Constructs a string describing this object.
Constant denoting big-endian byte order. In this order, the bytes of a multibyte value are ordered from most significant to least significant.
Constant denoting little-endian byte order. In this order, the bytes of a multibyte value are ordered from least significant to most significant.
This method is defined so that performance-sensitive Java code can allocate direct buffers with the same byte order as the hardware. Native code libraries are often more efficient when such buffers are used.
This method returns the string "BIG_ENDIAN"
for BIG_ENDIAN
and "LITTLE_ENDIAN"
for LITTLE_ENDIAN
.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4