All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class com.jclark.xml.sax.ReaderInputStream
java.lang.Object
   |
   +----java.io.InputStream
           |
           +----com.jclark.xml.sax.ReaderInputStream
  -  public class ReaderInputStream
  -  extends InputStream
An InputStream of the UTF-16 encoding of a Reader.
   
  -   ReaderInputStream(Reader) ReaderInputStream(Reader)
-  
   
  -   close() close()
-  
  
-   read() read()
-  
  
-   read(byte[], int, int) read(byte[], int, int)
-  
   
 ReaderInputStream
ReaderInputStream
 public ReaderInputStream(Reader reader)
   
 read
read
 public synchronized int read() throws IOException
  - 
    -  Overrides:
    
-  read in class InputStream
  
 
 read
read
 public synchronized int read(byte b[],
                              int off,
                              int len) throws IOException
  - 
    -  Overrides:
    
-  read in class InputStream
  
 
 close
close
 public synchronized void close() throws IOException
  - 
    -  Overrides:
    
-  close in class InputStream
  
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index