Save This Page
Home » commons-collections-3.2.1-src » org.apache.commons » collections » primitives » adapters » io » [javadoc | source]
org.apache.commons.collections.primitives.adapters.io
public class: CharIteratorReader [javadoc | source]
java.lang.Object
   java.io.Reader
      org.apache.commons.collections.primitives.adapters.io.CharIteratorReader

All Implemented Interfaces:
    Closeable, Readable

Adapts a CharIterator to the Reader interface.
Constructor:
 public CharIteratorReader(CharIterator in) 
Method from org.apache.commons.collections.primitives.adapters.io.CharIteratorReader Summary:
adapt,   close,   read
Methods from java.io.Reader:
close,   mark,   markSupported,   read,   read,   read,   read,   ready,   reset,   skip
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.commons.collections.primitives.adapters.io.CharIteratorReader Detail:
 public static Reader adapt(CharIterator in) 
 public  void close() 
 public int read(char[] buf,
    int off,
    int len)