Interface SamReader.PrimitiveSamReader

All Known Implementing Classes:
BAMFileReader, CRAMFileReader, HtsgetBAMFileReader, SamReader.ReaderImplementation, SRAFileReader
Enclosing interface:
SamReader

public static interface SamReader.PrimitiveSamReader
The minimal subset of functionality needed for a SAMRecord data source. SamReader itself is somewhat large and bulky, but the core functionality can be captured in relatively few methods, which are included here. For documentation, see the corresponding methods in SamReader. See also: SamReader.PrimitiveSamReaderToSamReaderAdapter, SamReader.ReaderImplementation