|
Final | |||||||
| 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
Holds byte order constants.
| Field Summary | |
|---|---|
static ByteOrder |
BIG_ENDIAN
This constant represents big endian. |
static ByteOrder |
LITTLE_ENDIAN
This constant represents little endian. |
| Method Summary | |
|---|---|
static ByteOrder |
nativeOrder()
Answers the current platform byte order. |
String |
toString()
Answers a string containing a concise, human-readable description of the receiver. |
| 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()
Object
toString in class Object
|
Final | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||