public class SUF2RecordCollector extends Object implements Iterator<SUF2Record>
| Constructor and Description |
|---|
SUF2RecordCollector(URL url) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
getByteCount() |
int |
getLineNumber() |
boolean |
hasNext() |
SUF2Record |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic SUF2RecordCollector(URL url) throws IOException, SUF2ParseException
IOExceptionSUF2ParseExceptionpublic SUF2Record next()
next in interface Iterator<SUF2Record>public boolean hasNext()
hasNext in interface Iterator<SUF2Record>public void remove()
remove in interface Iterator<SUF2Record>public void close()
throws IOException
IOExceptionpublic long getByteCount()
public int getLineNumber()
Copyright © 2018 B3Partners B.V.. All rights reserved.