Class GZIIndex.GZIIndexer

java.lang.Object
htsjdk.samtools.util.GZIIndex.GZIIndexer
All Implemented Interfaces:
Closeable, AutoCloseable
Enclosing class:
GZIIndex

public static final class GZIIndex.GZIIndexer extends Object implements Closeable
Helper class for constructing the GZIindex. In order to construct a GZI index addGzipBlock() should be called every time a new Gzip Block is written out and the entire index will be written out when close() is called.