Class 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 Detail

      • BinWithOffset

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

      • getlOffset

        public long getlOffset()