javax.resource.cci

Interface Streamable

public interface Streamable

Method Summary

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

Method Details

read

public void read(InputStream istream)
            throws IOException

write

public void write(OutputStream ostream)
            throws IOException