Class Summary |
ArrayUtil |
This class contains a colleaction of utility static methods for arrays. |
CodestreamManipulator |
This class takes a legal JPEG 2000 codestream and performs some
manipulation on it. |
FacilityManager |
This class manages common facilities for multi-threaded
environments, It can register different facilities for each thread,
and also a default one, so that they can be referred by static
methods, while possibly having different ones for different
threads. |
ISRandomAccessIO |
This class implements a wrapper to turn an InputStream into a
RandomAccessIO. |
MathUtil |
This class contains a collection of utility methods fro mathematical
operations. |
MsgPrinter |
This utility class formats messages to the specified line width, by
inserting line-breaks between words, and printing the resulting
lines. |
NativeServices |
This class presents a collection of static methods that allow access to
some native methods. |
ParameterList |
This class holds modules options and parameters as they are provided to the
encoder or the decoder. |
StreamMsgLogger |
This class implements the MsgLogger interface for streams. |
ThreadPool |
This class implements a thread pool. |