|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Appender
Interface that supports an alternate way of providing a string representation for an object.
| Method Summary | |
|---|---|
void |
appendTo(Appendable appendable)
Append the string representation of this object to the given Appendable. |
| Method Detail |
|---|
void appendTo(Appendable appendable)
throws IOException
appendable - Appendable object to receive string representation
IOException - if thrown from given Appendable
NullPointerException - if appendable is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||