|
|||||||||
| Home >> All >> java >> [ nio overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.nio
Class ByteOrder

java.lang.Objectjava.nio.ByteOrder
- public final class ByteOrder
- extends java.lang.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. |
| Constructor Summary | |
private |
ByteOrder()
|
| Method Summary | |
static ByteOrder |
nativeOrder()
Returns the native byte order of the platform currently running. |
java.lang.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 |
BIG_ENDIAN
public static final ByteOrder BIG_ENDIAN
- Constant indicating big endian byte order.
LITTLE_ENDIAN
public static final ByteOrder LITTLE_ENDIAN
- Constant indicating little endian byte order.
| Constructor Detail |
ByteOrder
private ByteOrder()
| Method Detail |
nativeOrder
public static ByteOrder nativeOrder()
- Returns the native byte order of the platform currently running.
toString
public java.lang.String toString()
- Returns a string representation of the byte order.
|
|||||||||
| Home >> All >> java >> [ nio overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
java.nio.ByteOrder