java.nio
public
final
class
java.nio.ByteOrder
Holds byte order constants.
Summary
Constants
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Constants
public
static
final
ByteOrder
BIG_ENDIAN
This constant represents big endian.
public
static
final
ByteOrder
LITTLE_ENDIAN
This constant represents little endian.
Public Methods
public
static
ByteOrder
nativeOrder()
Returns the current platform byte order.
Returns
- the byte order object, which is either identical to LITTLE_ENDIAN
or BIG_ENDIAN.
public
String
toString()
Returns a string containing a concise, human-readable description of the
receiver.
Returns
- String a printable representation for the receiver.