+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

com.ibm.utilities.streams
Interface Writable

All Known Implementing Classes:
JsonParserReader, JsonParserReader.Entry
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
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD