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) |
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–2015 IIPC. All rights reserved.