|
||||||||||
PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Streamable interface allows a resource adapter to interact with a Record as a stream of bytes. The Streamable interface is used by a resource adapter.
Method Summary | |
void |
read(java.io.InputStream istream)
Read the Streamable from the specified InputStream. |
void |
write(java.io.OutputStream ostream)
Write the Streamable to the specified OutputStream. |
Method Detail |
public void read(java.io.InputStream istream) throws java.io.IOException
java.io.IOException
public void write(java.io.OutputStream ostream) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |