javax.resource.cci
Interface Streamable


public interface Streamable

Version:
$Rev: 46019 $ $Date: 2004-09-14 03:56:06 -0600 (Tue, 14 Sep 2004) $

Method Summary
 void read(java.io.InputStream istream)
           
 void write(java.io.OutputStream ostream)
           
 

Method Detail

read

public void read(java.io.InputStream istream)
          throws java.io.IOException
Throws:
java.io.IOException

write

public void write(java.io.OutputStream ostream)
           throws java.io.IOException
Throws:
java.io.IOException