Class Summary |
BitStream |
Simple helper class to read bitwise from a buffer. |
FileBuffer |
Very simple version of a read only memory mapped file used for parsing large packet based files. |
JFileFilter |
A convenience implementation of FileFilter that filters out
all files except for those type extensions that it knows about. |
PngEncoder |
PngEncoder takes a Java Image object and creates a byte string which can be saved as a PNG file. |
PngEncoderB |
PngEncoderB takes a Java BufferedImage object and creates a byte string which can be saved as a PNG file. |
Props |
Property class to ease use of ini files to save/load properties |
QuantizeFilter |
A filter which quantizes an image to a set number of colors - useful for producing
images which are to be encoded using an index color model. |
ToolBox |
Selection of utility functions. |