Package com.j256.simplemagic.endian

Endian classes which convert binary data from different machine formats.

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.
 

Package com.j256.simplemagic.endian Description

Endian classes which convert binary data from different machine formats.



This content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.