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 bin Bin with a 64 bit value, representing the virtual file offset of the first overlapping record.
  • Constructor Details

    • BinWithOffset

      public BinWithOffset(int referenceSequence, int binNumber, long lOffset)
  • Method Details

    • getlOffset

      public long getlOffset()