Package jj2000.j2k.io
-
Interface Summary Interface Description BinaryDataInput This interface defines the input of binary data from streams and/or files.BinaryDataOutput This interface defines the output of binary data to streams and/or files.EndianType This interface defines constants for the two types of byte ordering: little- and big-endian.RandomAccessIO This abstract class defines the interface to perform random access I/O. -
Class Summary Class Description BEBufferedRandomAccessFile This class defines a Buffered Random Access File, where all I/O is considered to be big-endian, and extends the BufferedRandomAccessFile class.BufferedRandomAccessFile This class defines a Buffered Random Access File.