javax.resource.cci
Interface Streamable


public interface Streamable

Version:
$Rev: 704729 $ $Date: 2008-10-15 00:59:51 +0200 (Mi, 15. Okt 2008) $

Method Summary
 void read(InputStream istream)
           
 void write(OutputStream ostream)
           
 

Method Detail

read

void read(InputStream istream)
          throws IOException
Throws:
IOException

write

void write(OutputStream ostream)
           throws IOException
Throws:
IOException


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.