Interface ReadsDecoder

All Superinterfaces:
AutoCloseable, Closeable, HtsDecoder<SAMFileHeader,SAMRecord>, HtsQuery<SAMRecord>, Iterable<SAMRecord>, ReadsQuery<SAMRecord>
All Known Implementing Classes:
BAMDecoder, BAMDecoderV1_0, CRAMDecoder, CRAMDecoderV2_1, CRAMDecoderV3_0, HtsgetBAMDecoder, HtsgetBAMDecoderV1_2, SAMDecoder, SAMDecoderV1_0

public interface ReadsDecoder extends HtsDecoder<SAMFileHeader,SAMRecord>, ReadsQuery<SAMRecord>
Base class for all HtsContentType.ALIGNED_READS decoders. Defines the type parameters instantiated for reads decoders.