| Class | Description |
|---|---|
| CompressionHeaderFactory |
A class responsible for decisions about which encodings to use for a given set of records.
|
| ContainerFactory | |
| ContainerParser | |
| Cram2SamRecordFactory | |
| CramContainerHeaderIterator |
Iterate over CRAM containers from an input stream, and unlike
CramContainerIterator only
the header of each container is read, rather than the whole stream. |
| CramContainerIterator |
An iterator of CRAM containers read from an
InputStream. |
| CramIO |
A collection of methods to open and close CRAM files.
|
| CramNormalizer | |
| CramSpanContainerIterator |
An iterator of CRAM containers read from locations in
SeekableStream. |
| Sam2CramRecordFactory | |
| Utils |