| Interface | Description |
|---|---|
| CRAMCodec<T> |
An interface that defines requirements for serializing/deserializing objects into and from a stream.
|
| Class | Description |
|---|---|
| ByteArrayLenEncoding | |
| CRAMEncoding<T> |
An interface to describe how a data series is encoded.
|
| EncodingFactory |
A helper class to instantiate an appropriate
CRAMEncoding
for a given DataSeriesType and
CRAMEncoding. |