Uses of Class
com.stimulsoft.lib.io.StiLineIterator

Packages that use StiLineIterator
com.stimulsoft.lib.io   
 

Uses of StiLineIterator in com.stimulsoft.lib.io
 

Methods in com.stimulsoft.lib.io that return StiLineIterator
static StiLineIterator StiFileUtil.lineIterator(java.io.File file)
          Return an Iterator for the lines in an InputStream.
static StiLineIterator StiIOUtil.lineIterator(java.io.InputStream input)
          Return an Iterator for the lines in an InputStream.
 

Methods in com.stimulsoft.lib.io with parameters of type StiLineIterator
static void StiCloseUtil.close(StiLineIterator iterator)