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
IOException
void write(OutputStream ostream) throws IOException
IOException
Copyright © 2013 JBoss by Red Hat. All rights reserved.