| jj2000.j2k.io |
|
| Java Source File Name | Type | Comment |
| BEBufferedRandomAccessFile.java | Class | This class defines a Buffered Random Access File, where all I/O is
considered to be big-endian, and extends the
BufferedRandomAccessFile class. |
| BinaryDataInput.java | Interface | This interface defines the input of binary data from streams and/or files.
Byte level input (i.e., for byte, int, long, float, etc.) should
always be byte aligned. |
| BinaryDataOutput.java | Interface | This interface defines the output of binary data to streams and/or files.
Byte level output (i.e., for byte, int, long, float, etc.) should
always be byte aligned. |
| BufferedRandomAccessFile.java | Class | This class defines a Buffered Random Access File. |
| EndianType.java | Interface | This interface defines constants for the two types of byte
ordering: little- and big-endian.
Little-endian is least significant byte first.
Big-endian is most significant byte first.
This interface defines the constants only. |
| RandomAccessIO.java | Interface | This abstract class defines the interface to perform random access I/O. |