public interface Streamable
| Modifier and Type | Method and Description |
|---|---|
void |
read(InputStream istream)
Read the Streamable from the specified InputStream.
|
void |
write(OutputStream ostream)
Write the Streamable to the specified OutputStream.
|
void read(InputStream istream) throws IOException
IOExceptionvoid write(OutputStream ostream) throws IOException
IOExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.