java.nio
public final class ByteOrder extends Object
Since: 1.4
Field Summary | |
---|---|
static ByteOrder | BIG_ENDIAN
Constant indicating big endian byte order. |
static ByteOrder | LITTLE_ENDIAN
Constant indicating little endian byte order. |
Method Summary | |
---|---|
static ByteOrder | nativeOrder()
Returns the native byte order of the platform currently running.
|
String | toString()
Returns a string representation of the byte order.
|
Returns: the native byte order
Returns: the string