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
IOExceptionCloseableTribbleIterator<T> iterator() throws IOException
IOExceptionvoid close()
throws IOException
close in interface AutoCloseableclose in interface CloseableIOExceptionObject getHeader()