public interface IWritable
Modifier and Type | Method and Description |
---|---|
void |
write(String indent,
PrintWriter writer)
Writes the ASCII representation of the writable into the provider writer.
|
void write(String indent, PrintWriter writer)
indent
- a string that should be added after each new line to maintain
desired horizontal alignmentwriter
- a writer to be used to write this object's textual
representationCopyright (c) IBM Corp. and others 2000, 2006. All Rights Reserved.