| Constructor and Description |
|---|
FileLineIterator(File input) |
FileLineIterator(InputStream input) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Iterator<String> |
iterator() |
String |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingforEach, spliteratorpublic FileLineIterator(File input) throws IOException
IOExceptionpublic FileLineIterator(InputStream input) throws IOException
IOExceptionCopyright © 2016. All rights reserved.