| Package | Description |
|---|---|
| loci.formats.codec |
| Class and Description |
|---|
| 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.
|
| ByteVector
A growable array of bytes.
|
| BZip2Constants
Base class for both the compress and decompress classes.
|
| Codec
This class is an interface for any kind of compression or decompression.
|
| LZWTreeNode
An LZW-compression helper class for building a symbol table in tree format.
|