public class GTFIterator extends de.unknownreality.dataframe.io.BufferedStreamIterator<GTFRow> implements de.unknownreality.dataframe.io.DataIterator<GTFRow>
| Constructor and Description |
|---|
GTFIterator(BufferedReader reader,
GTFSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
List<de.unknownreality.dataframe.io.ColumnInformation> |
getColumnsInformation() |
protected GTFRow |
getNext()
Reads the gtf input stream and returns a gtf row
|
Iterator<GTFRow> |
iterator() |
GTFRow |
next() |
close, getLine, hasNext, loadNext, remove, skipclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, hasNext, removeforEach, spliteratorpublic GTFIterator(BufferedReader reader, GTFSettings settings)
public GTFRow next()
protected GTFRow getNext()
getNext in class de.unknownreality.dataframe.io.BufferedStreamIterator<GTFRow>public List<de.unknownreality.dataframe.io.ColumnInformation> getColumnsInformation()
getColumnsInformation in interface de.unknownreality.dataframe.io.DataIterator<GTFRow>Copyright © 2017. All rights reserved.