@Deprecated public class LinesOfFileIterator extends PrefetchingIterator<String> implements ClosableIterator<String>
| Constructor and Description |
|---|
LinesOfFileIterator(File file,
String encoding)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Deprecated.
|
hasNext, next, peek, removepublic LinesOfFileIterator(File file, String encoding) throws IOException
IOExceptionpublic void close()
close in interface ClosableIterator<String>Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.