Package jp2codec.util

Interface Summary
MsgLogger This class provides a simple common abstraction of a facility that logs and/or displays messages or simple strings.
 

Class Summary
FacilityManager This class manages common facilities for mutithreading 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.
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.
StreamMsgLogger This class implements the MsgLogger interface for streams.