| javax.resource.cci.Streamable
Streamable | public interface Streamable (Code) | | 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 | |
public void | read(InputStream istream) Read the Streamable from the specified InputStream. | public void | write(OutputStream ostream) Write the Streamable to the specified OutputStream. |
|
|