|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.Reader
org.jboss.resource.adapter.jdbc.remote.SerializableReader
| Field Summary | |
protected char[] |
buf
|
protected int |
count
|
protected int |
mark
|
protected int |
pos
|
| Fields inherited from class java.io.Reader |
lock |
| Constructor Summary | |
SerializableReader(java.io.Reader reader)
|
|
| Method Summary | |
void |
close()
Close the stream. |
int |
read(char[] cbuf,
int off,
int len)
Read characters into a portion of an array. |
| Methods inherited from class java.io.Reader |
mark, markSupported, read, read, ready, reset, skip |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected char[] buf
protected int pos
protected int mark
protected int count
| Constructor Detail |
public SerializableReader(java.io.Reader reader)
throws java.io.IOException
| Method Detail |
public void close()
throws java.io.IOException
java.io.IOException - If an I/O error occurs
public int read(char[] cbuf,
int off,
int len)
throws java.io.IOException
cbuf - Destination bufferoff - Offset at which to start storing characterslen - Maximum number of characters to read
java.io.IOException - If an I/O error occurs
|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||