|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Writable
Represents that the implementor can serialize itself into a Writer
| 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 |
|---|
void write(java.io.Writer out)
throws java.io.IOException
Writer.
out - the target writer
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||