Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
InputStream
gnu.xml.dom.ls.ReaderInputStream
public class ReaderInputStream
extends InputStream
Constructor Summary | |
|
Method Summary | |
int |
|
void |
|
void |
|
boolean | |
int |
|
int |
|
int |
|
void |
|
long |
|
String |
|
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.
public void close() throws IOException
public void mark(int limit)
public boolean markSupported()
public int read() throws IOException
public int read(byte[] b) throws IOException
public int read(byte[] b, int off, int len) throws IOException
public void reset() throws IOException
public long skip(long n) throws IOException
public String toString()