javax.resource.cci
Interface Streamable


public interface Streamable

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

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 © 2006 Apache Software Foundation. All Rights Reserved.