com.ibm.utilities.streams
Interface Writable


public interface Writable

Represents that the implementor can serialize itself into a Writer

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

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

Method Detail

write

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

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