Package htsjdk.samtools
Class BinWithOffset
- java.lang.Object
-
- htsjdk.samtools.Bin
-
- htsjdk.samtools.BinWithOffset
-
- All Implemented Interfaces:
Comparable<Bin>
public class BinWithOffset extends Bin
An individual bin of a CSI index for BAM files. Extends the BAI index binBin
with a 64 bit value, representing the virtual file offset of the first overlapping record.
-
-
Constructor Summary
Constructors Constructor Description BinWithOffset(int referenceSequence, int binNumber, long lOffset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getlOffset()
-
Methods inherited from class htsjdk.samtools.Bin
addChunk, addInitialChunk, compareTo, containsChunks, equals, getBinNumber, getChunkList, getLastChunk, getReferenceSequence, hashCode, setChunkList, setLastChunk
-
-