Uses of Class
fr.opensagres.xdocreport.core.io.internal.LineIterator
Packages that use LineIterator
-
Uses of LineIterator in fr.opensagres.xdocreport.core.io
Methods in fr.opensagres.xdocreport.core.io that return LineIteratorModifier and TypeMethodDescriptionstatic LineIteratorIOUtils.lineIterator(InputStream input, String encoding) Return an Iterator for the lines in anInputStream, using the character encoding specified (or default encoding if null).static LineIteratorIOUtils.lineIterator(Reader reader) Return an Iterator for the lines in aReader. -
Uses of LineIterator in fr.opensagres.xdocreport.core.io.internal
Methods in fr.opensagres.xdocreport.core.io.internal with parameters of type LineIteratorModifier and TypeMethodDescriptionstatic voidLineIterator.closeQuietly(LineIterator iterator) Closes the iterator, handling null and ignoring exceptions.