Uses of Class
net.sf.beanlib.util.TextIterable

Packages that use TextIterable
net.sf.beanlib.util Mirror package of java.util of Java 6 beta 2. 
 

Uses of TextIterable in net.sf.beanlib.util
 

Fields in net.sf.beanlib.util declared as TextIterable
private  TextIterable LineIterator.textIterable
           
 

Methods in net.sf.beanlib.util that return TextIterable
 TextIterable TextIterable.withCharset(Charset charset)
           
 TextIterable TextIterable.withCharsetDecoder(CharsetDecoder charsetDecoder)
           
 TextIterable TextIterable.withCharsetname(String charsetname)
           
 TextIterable TextIterable.withReturnNullUponEof(boolean returnNullUponEof)
           
 

Constructors in net.sf.beanlib.util with parameters of type TextIterable
LineIterator(TextIterable textIterable, InputStream is, boolean returnNullUponEof, Charset charset)
           
LineIterator(TextIterable textIterable, InputStream is, boolean returnNullUponEof, CharsetDecoder decoder)