All Classes and Interfaces

Class
Description
A utility class with convenience methods for manipulating images in BufferedImage form.
Implements encoding (compress) and decoding (decompress) methods for Base64.
BaseCodec contains default implementation and testing for classes implementing the Codec interface, and acts as a base class for any of the compression classes.
Deprecated.
Use loci.common.RandomAccessInputStream instead
Deprecated.
Use loci.common.RandomAccessOutputStream instead
A growable array of bytes.
This class is an interface for any kind of compression or decompression.
CodecException is the exception thrown when something goes wrong performing a file format operation.
Options for compressing and decompressing data.
An enumeration of compression types.
This class implements Huffman decoding.
Options for compressing and decompressing Huffman data.
Interface defining methods for reading data using JAI Image I/O.
Implementation of JAIIIOService for reading and writing JPEG-2000 data.
An enumeration of JPEG 2000 box types.
This class implements JPEG 2000 compression and decompression.
Options for compressing and decompressing JPEG-2000 data.
An enumeration of JPEG 2000 segment markers.
This class implements JPEG compression and decompression.
 
Decompresses lossless JPEG images.
This class implements LZ4 decompression.
This class implements LZO decompression.
This is an optimized LZW codec for use with TIFF files.
MissingLibraryException is the exception thrown when a particular data stream or filename requires a library that is not present on the system.
Methods for compressing and decompressing QuickTime Motion JPEG-B data.
Options for compressing and decompressing MJPB data.
Methods for compressing and decompressing data using Microsoft RLE.
Methods for compressing and decompressing data using Microsoft Video 1.
This class implements packbits decompression.
A codec which just returns the exact data it was given, performing no compression or decompression.
Methods for compressing and decompressing data using QuickTime RLE.
Implements encoding and decoding methods for Apple RPZA.
DataBuffer that stores signed bytes.
DataBuffer that stores signed shorts.
ColorSpace for 2-channel images.
DataBuffer that stores unsigned ints.
ColorModel that handles unsigned 32 bit data.
UnsupportedCompressionException is the exception thrown when the compression scheme used in a particular file or stream is unsupported.
This class implements ZLIB decompression.
This class implements Zstandard decompression.