Class AbstractFeatureReader<T extends Feature,SOURCE>

java.lang.Object
htsjdk.tribble.AbstractFeatureReader<T,SOURCE>
All Implemented Interfaces:
FeatureReader<T>, Closeable, AutoCloseable
Direct Known Subclasses:
TabixFeatureReader, TribbleIndexedFeatureReader

public abstract class AbstractFeatureReader<T extends Feature,SOURCE> extends Object implements FeatureReader<T>
jrobinso

the feature reader class, which uses indices and codecs to read in Tribble file formats.