Package htsjdk.samtools.util
Class GZIIndex.IndexEntry
- java.lang.Object
-
- htsjdk.samtools.util.GZIIndex.IndexEntry
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
long
getCompressedOffset()
Returns the compressed offset (block-offset).long
getUncompressedOffset()
Returns the uncompressed offset.int
hashCode()
String
toString()
-