Class CramSpanContainerIterator

java.lang.Object
htsjdk.samtools.cram.build.CramContainerIterator
htsjdk.samtools.cram.build.CramSpanContainerIterator
All Implemented Interfaces:
Closeable, AutoCloseable, Iterator<Container>

public final class CramSpanContainerIterator extends CramContainerIterator
An iterator of CRAM containers read from locations in a SeekableStream. The locations are specified with pairs of coordinates, and are basically file pointers as returned for example by SamReader.Indexing.getFilePointerSpanningReads()