|
|||||||||||
PREV CLASS 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(InputStream istream)
Read the Streamable from the specified InputStream. |
void |
write(OutputStream ostream)
Write the Streamable to the specified OutputStream. |
Method Detail |
public void read(InputStream istream) throws IOException
IOException
public void write(OutputStream ostream) throws IOException
IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |