Example usage for Java java.nio ByteOrder fields, constructors, methods, implement or subclass
The text is from its open source code.
ByteOrder | BIG_ENDIAN This constant represents big endian. |
ByteOrder | LITTLE_ENDIAN This constant represents little endian. |
boolean | equals(Object obj) Indicates whether some other object is "equal to" this one. |
ByteOrder | nativeOrder() Returns the current platform byte order. |
String | toString() Returns a string that describes this object. |