|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LineIterator | |
|---|---|
| fr.opensagres.xdocreport.core.io | |
| fr.opensagres.xdocreport.core.io.internal | |
| Uses of LineIterator in fr.opensagres.xdocreport.core.io |
|---|
| Methods in fr.opensagres.xdocreport.core.io that return LineIterator | |
|---|---|
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. |
| Uses of LineIterator in fr.opensagres.xdocreport.core.io.internal |
|---|
| Methods in fr.opensagres.xdocreport.core.io.internal with parameters of type LineIterator | |
|---|---|
static void |
LineIterator.closeQuietly(LineIterator iterator)
Closes the iterator, handling null and ignoring exceptions. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||