org.neo4j.helpers.collection
Class LinesOfFileIterator
java.lang.Object
org.neo4j.helpers.collection.PrefetchingIterator<String>
org.neo4j.helpers.collection.LinesOfFileIterator
- All Implemented Interfaces:
- Iterator<String>, ClosableIterator<String>
public class LinesOfFileIterator
- extends PrefetchingIterator<String>
- implements ClosableIterator<String>
Method Summary |
void |
close()
|
LinesOfFileIterator
public LinesOfFileIterator(File file,
String encoding)
throws IOException
- Throws:
IOException
LinesOfFileIterator
public LinesOfFileIterator(File file)
throws IOException
- Throws:
IOException
close
public void close()
- Specified by:
close
in interface ClosableIterator<String>
Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.