Save This Page
Home » xmlbeans-2.4.0-src » org.apache.xmlbeans.impl.common » [javadoc | source]
org.apache.xmlbeans.impl.common
public class: ReaderInputStream [javadoc | source]
java.lang.Object
   java.io.InputStream
      org.apache.xmlbeans.impl.common.PushedInputStream
         org.apache.xmlbeans.impl.common.ReaderInputStream

All Implemented Interfaces:
    Closeable

Field Summary
public static  int defaultBufferSize     
Fields inherited from org.apache.xmlbeans.impl.common.PushedInputStream:
buf,  writepos,  readpos,  markpos,  marklimit,  outputStream
Constructor:
 public ReaderInputStream(Reader reader,
    String encoding) throws UnsupportedEncodingException 
 public ReaderInputStream(Reader reader,
    String encoding,
    int bufferSize) throws UnsupportedEncodingException 
Method from org.apache.xmlbeans.impl.common.ReaderInputStream Summary:
fill
Methods from org.apache.xmlbeans.impl.common.PushedInputStream:
available,   fill,   getOutputStream,   mark,   markSupported,   read,   read,   reset,   skip
Methods from java.io.InputStream:
available,   close,   mark,   markSupported,   read,   read,   read,   reset,   skip
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.xmlbeans.impl.common.ReaderInputStream Detail:
 public  void fill(int requestedBytes) throws IOException