public class GtfReader extends Object implements GffReaderInterface
| Constructor and Description |
|---|
GtfReader(File gftFile) |
GtfReader(Reader gftReader) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
PerChrIntervalTree<GffElement> |
createIntervalTree() |
Iterator<GffElement> |
iterator() |
GffElement |
nextElement() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic GtfReader(File gftFile) throws FileNotFoundException
FileNotFoundExceptionpublic GtfReader(Reader gftReader)
public GffElement nextElement() throws IOException
nextElement in interface GffReaderInterfaceIOExceptionpublic void close()
throws IOException
close in interface GffReaderInterfaceIOExceptionpublic Iterator<GffElement> iterator()
iterator in interface Iterable<GffElement>public PerChrIntervalTree<GffElement> createIntervalTree() throws Exception
ExceptionCopyright © 2015. All Rights Reserved.