public class LinesOfFileIterator extends PrefetchingIterator<String> implements ClosableIterator<String>
Constructor and Description |
---|
LinesOfFileIterator(File file,
String encoding) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
protected String |
fetchNextOrNull() |
getPrefetchedNextOrNull, hasNext, next, remove, setPrefetchedNext
public LinesOfFileIterator(File file, String encoding) throws IOException
IOException
protected String fetchNextOrNull()
fetchNextOrNull
in class PrefetchingIterator<String>
public void close()
close
in interface ClosableIterator<String>
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.