com.ibm.utilities.streams
Interface Streamable


public interface Streamable

Represents that the implementor can serialize itself into an OutputStream

Since:
7.0.0
Note:
This interface is designed to be implemented by clients.

Method Summary
 void write(java.io.OutputStream out)
          Writes the content of the object into a Writer.
 

Method Detail

write

void write(java.io.OutputStream out)
           throws java.io.IOException
Writes the content of the object into a Writer.

Parameters:
out - the target writer
Throws:
java.io.IOException