|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object TcByteOrder
public class TcByteOrder
This class provides big endian/little endian byte order labels.
Field Summary | |
---|---|
static byte |
BYTE_ORDER_BE
Constant for big endian byte order (MSB first). |
static byte |
BYTE_ORDER_LE
Constant for little endian byte order (LSB first). |
static byte |
JVM_BYTE_ORDER
Java Virtual Machine byte order |
static byte |
SYSTEM_BYTE_ORDER
Byte order of the system's CPU. |
static byte |
TPM_BYTE_ORDER
Byte order used by the TPM |
Method Summary |
---|
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final byte BYTE_ORDER_BE
public static final byte BYTE_ORDER_LE
public static final byte TPM_BYTE_ORDER
public static final byte JVM_BYTE_ORDER
public static final byte SYSTEM_BYTE_ORDER
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |