T
- a feature typepublic interface FeatureReader<T extends Feature> extends Closeable
Modifier and Type | Method and Description |
---|---|
void |
close() |
Object |
getHeader() |
List<String> |
getSequenceNames() |
CloseableTribbleIterator<T> |
iterator() |
CloseableTribbleIterator<T> |
query(String chr,
int start,
int end) |
CloseableTribbleIterator<T> query(String chr, int start, int end) throws IOException
IOException
CloseableTribbleIterator<T> iterator() throws IOException
IOException
void close() throws IOException
close
in interface AutoCloseable
close
in interface Closeable
IOException
Object getHeader()