Package ome.codecs
Package containing Bio-Formats compression and decompression logic.
-
Interface Summary Interface Description Codec This class is an interface for any kind of compression or decompression. -
Class Summary Class Description Base64Codec Implements encoding (compress) and decoding (decompress) methods for Base64.BaseCodec BaseCodec contains default implementation and testing for classes implementing the Codec interface, and acts as a base class for any of the compression classes.BitBuffer Deprecated. Use loci.common.RandomAccessInputStream insteadBitWriter Deprecated. Use loci.common.RandomAccessOutputStream insteadByteVector A growable array of bytes.CodecOptions Options for compressing and decompressing data.HuffmanCodec This class implements Huffman decoding.HuffmanCodecOptions Options for compressing and decompressing Huffman data.JPEG2000Codec This class implements JPEG 2000 compression and decompression.JPEG2000CodecOptions Options for compressing and decompressing JPEG-2000 data.JPEGCodec This class implements JPEG compression and decompression.JPEGTileDecoder LosslessJPEGCodec Decompresses lossless JPEG images.LZ4Codec This class implements LZ4 decompression.LZOCodec This class implements LZO decompression.LZWCodec This is an optimized LZW codec for use with TIFF files.MJPBCodec Methods for compressing and decompressing QuickTime Motion JPEG-B data.MJPBCodecOptions Options for compressing and decompressing MJPB data.MSRLECodec Methods for compressing and decompressing data using Microsoft RLE.MSVideoCodec Methods for compressing and decompressing data using Microsoft Video 1.PackbitsCodec This class implements packbits decompression.PassthroughCodec A codec which just returns the exact data it was given, performing no compression or decompression.QTRLECodec Methods for compressing and decompressing data using QuickTime RLE.RPZACodec Implements encoding and decoding methods for Apple RPZA.ZlibCodec This class implements ZLIB decompression.ZstdCodec This class implements Zstandard decompression. -
Enum Summary Enum Description CompressionType An enumeration of compression types.JPEG2000BoxType An enumeration of JPEG 2000 box types.JPEG2000SegmentMarker An enumeration of JPEG 2000 segment markers. -
Exception Summary Exception Description CodecException CodecException is the exception thrown when something goes wrong performing a file format operation.MissingLibraryException MissingLibraryException is the exception thrown when a particular data stream or filename requires a library that is not present on the system.UnsupportedCompressionException UnsupportedCompressionException is the exception thrown when the compression scheme used in a particular file or stream is unsupported.