public class LinesOfFileIterator extends PrefetchingIterator<String> implements ClosableIterator<String>
| Constructor and Description |
|---|
LinesOfFileIterator(File file,
Charset charset) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
hasNext, next, peek, removeequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, hasNext, next, removepublic LinesOfFileIterator(File file, Charset charset) throws IOException
IOExceptionpublic void close()
close in interface ClosableIterator<String>Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.