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.


Constructor Index

 o ReaderInputStream(Reader)

Method Index

 o close()
 o read()
 o read(byte[], int, int)

Constructors

 o ReaderInputStream
 public ReaderInputStream(Reader reader)

Methods

 o read
 public synchronized int read() throws IOException
Overrides:
read in class InputStream
 o read
 public synchronized int read(byte b[],
                              int off,
                              int len) throws IOException
Overrides:
read in class InputStream
 o close
 public synchronized void close() throws IOException
Overrides:
close in class InputStream

All Packages  Class Hierarchy  This Package  Previous  Next  Index