Package htsjdk.samtools
Class SRAIterator.RecordRangeInfo
- java.lang.Object
-
- htsjdk.samtools.SRAIterator.RecordRangeInfo
-
- Enclosing class:
- SRAIterator
public static class SRAIterator.RecordRangeInfo extends Object
Describes record ranges info needed for emulating BAM index
-
-
Constructor Summary
Constructors Constructor Description RecordRangeInfo(List<Long> referenceLengthsAligned, long numberOfReads)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getNumberOfReads()
List<Long>
getReferenceLengthsAligned()
List<Long>
getReferenceOffsets()
long
getTotalRecordRangeLength()
long
getTotalReferencesLength()
-