Uses of Class
org.apache.commons.io.LineIterator

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 IOUtils.lineIterator(Reader reader)
          Return an Iterator for the lines in a Reader.
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 FileUtils.lineIterator(File file, String encoding)
          Return an Iterator for the lines in a File.
 

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.
 



Copyright © 2002-2006 The Apache Software Foundation. All Rights Reserved.