|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.nio.ByteOrder
public final class ByteOrder
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ByteOrder BIG_ENDIAN
public static final ByteOrder LITTLE_ENDIAN
| Method Detail |
|---|
public static ByteOrder nativeOrder()
public String toString()
toString in class ObjectObject.getClass(),
Object.hashCode(),
Class.getName(),
Integer.toHexString(int)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||