public interface Streamable
Modifier and Type | Method and Description |
---|---|
void |
read(java.io.InputStream istream)
Reads data from an input stream to initialize the streamable.
|
void |
write(java.io.OutputStream ostream)
Writes data from the streamable to the output stream.
|
void read(java.io.InputStream istream) throws java.io.IOException
java.io.IOException
void write(java.io.OutputStream ostream) throws java.io.IOException
java.io.IOException