javax.resource.cci
Interface Streamable


public interface Streamable

Version:
$Rev: 46019 $ $Date: 2004-09-14 11:56:06 +0200 (Tue, 14 Sep 2004) $

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

Method Detail

read

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

write

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


Copyright © {inceptionYear}-2009 null. All Rights Reserved.