| Package | Description |
|---|---|
| org.apache.commons.io |
| Modifier and Type | Method | Description |
|---|---|---|
static LineIterator |
FileUtils.lineIterator(File file) |
Returns an Iterator for the lines in a
File using the default encoding for the VM. |
static LineIterator |
FileUtils.lineIterator(File file,
String encoding) |
Returns an Iterator for the lines in a
File. |
static LineIterator |
IOUtils.lineIterator(InputStream input,
String encoding) |
Return an Iterator for the lines in an
InputStream, using
the character encoding specified (or default encoding if null). |
static LineIterator |
IOUtils.lineIterator(Reader reader) |
Return an Iterator for the lines in a
Reader. |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
LineIterator.closeQuietly(LineIterator iterator) |
Closes the iterator, handling null and ignoring exceptions.
|
Copyright © 2023 GeneXus S.A.. All rights reserved.