| Package | Description |
|---|---|
| fr.opensagres.xdocreport.core.io | |
| fr.opensagres.xdocreport.core.io.internal |
| Modifier and Type | Method and Description |
|---|---|
static LineIterator |
IOUtils.lineIterator(java.io.InputStream input,
java.lang.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(java.io.Reader reader)
Return an Iterator for the lines in a
Reader. |
| Modifier and Type | Method and Description |
|---|---|
static void |
LineIterator.closeQuietly(LineIterator iterator)
Closes the iterator, handling null and ignoring exceptions.
|
Copyright © 2019. All Rights Reserved.