|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
EndianConverter | Class which converts from a particular machine byte representation into values appropriate for Java. |
Class Summary | |
---|---|
BigEndianConverter | Converts values in "big" endian-ness where the high-order bytes come before the low-order (ABCD). |
LittleEndianConverter | Converts values in "little" endian-ness where the high-order bytes come _after_ the low-order (DCBA). |
MiddleEndianConverter | A four-byte value in middle-endian (god help us) PDP-11 byte order. |
Enum Summary | |
---|---|
EndianType | Types of endian supported by the system. |
Endian classes which convert binary data from different machine formats.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |