gnu.xml.dom.ls
Class ReaderInputStream
InputStream
gnu.xml.dom.ls.ReaderInputStream
public class ReaderInputStream
extends InputStream
Character stream wrapper.
ReaderInputStream
public ReaderInputStream(Reader reader)
available
public int available()
throws IOException
Returns conservative number of bytes available without blocking.
Actual number of bytes that can be read without blocking might
be (much) bigger.
close
public void close()
throws IOException
mark
public void mark(int limit)
markSupported
public boolean markSupported()
read
public int read()
throws IOException
read
public int read(byte[] b)
throws IOException
read
public int read(byte[] b,
int off,
int len)
throws IOException
reset
public void reset()
throws IOException
skip
public long skip(long n)
throws IOException
toString
public String toString()