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 © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.