| Package | Description |
|---|---|
| com.landawn.abacus.util |
| Modifier and Type | Method and Description |
|---|---|
static LineIterator |
LineIterator.of(File file)
Returns an Iterator for the lines in a
File using the default encoding for the VM. |
static LineIterator |
LineIterator.of(File file,
Charset encoding)
Returns an Iterator for the lines in a
File. |
static LineIterator |
LineIterator.of(InputStream input) |
static LineIterator |
LineIterator.of(InputStream input,
Charset encoding)
Returns an Iterator for the lines in an
InputStream, using
the character encoding specified (or default encoding if null). |
static LineIterator |
LineIterator.of(Reader reader) |
Copyright © 2021. All rights reserved.