public class RecordIterator extends Object implements org.archive.util.iterator.CloseableIterator<String>
Modifier and Type | Field and Description |
---|---|
protected boolean |
done |
protected String |
next |
Constructor and Description |
---|
RecordIterator(BufferedReader br) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
hasNext() |
String |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
protected String next
protected boolean done
public RecordIterator(BufferedReader br)
br
- public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
Copyright © 2005–2017 IIPC. All rights reserved.