|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gersteinlab.act.io.DataFilesReader
org.gersteinlab.act.io.GtfFilesReader
public class GtfFilesReader
This class defines a reader of data files in GTF format. See
http://genome.ucsc.edu/FAQ/FAQformat.html for definition.
| Field Summary |
|---|
| Fields inherited from class org.gersteinlab.act.io.DataFilesReader |
|---|
br |
| Constructor Summary | |
|---|---|
GtfFilesReader(java.io.Reader rIn)
Create a new reader with source data from an input reader. |
|
| Method Summary | |
|---|---|
Interval |
readInterval()
Read the next interval from the reader. |
| Methods inherited from class org.gersteinlab.act.io.DataFilesReader |
|---|
close, countIntervals, getReader, readIntervals, readIntervals, reset |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GtfFilesReader(java.io.Reader rIn)
rIn - The input reader| Method Detail |
|---|
public Interval readInterval()
throws java.io.IOException
readInterval in class DataFilesReaderjava.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||