| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LineIterator | |
|---|---|
| org.apache.commons.io | This package defines utility classes for working with streams, readers, writers and files. | 
| Uses of LineIterator in org.apache.commons.io | 
|---|
| Methods in org.apache.commons.io that return LineIterator | |
|---|---|
| static LineIterator | FileUtils.lineIterator(File file)Return an Iterator for the lines in a Fileusing the default encoding for the VM. | 
| static LineIterator | FileUtils.lineIterator(File file,
             String encoding)Return 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. | 
| Methods in org.apache.commons.io with parameters of type LineIterator | |
|---|---|
| static void | LineIterator.closeQuietly(LineIterator iterator)Closes the iterator, handling null and ignoring exceptions. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||