T - a feature typepublic interface FeatureReader<T extends Feature>
extends java.io.Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
java.lang.Object |
getHeader() |
java.util.List<java.lang.String> |
getSequenceNames() |
CloseableTribbleIterator<T> |
iterator() |
CloseableTribbleIterator<T> |
query(java.lang.String chr,
int start,
int end) |
CloseableTribbleIterator<T> query(java.lang.String chr, int start, int end) throws java.io.IOException
java.io.IOExceptionCloseableTribbleIterator<T> iterator() throws java.io.IOException
java.io.IOExceptionvoid close()
throws java.io.IOException
close in interface java.lang.AutoCloseableclose in interface java.io.Closeablejava.io.IOExceptionjava.util.List<java.lang.String> getSequenceNames()
java.lang.Object getHeader()