public interface Appender
| Modifier and Type | Method and Description |
|---|---|
void |
appendTo(java.lang.Appendable appendable)
Append the string representation of this object to the given Appendable.
|
void appendTo(java.lang.Appendable appendable)
throws java.io.IOException
appendable - Appendable object to receive string representationjava.io.IOException - if thrown from given Appendablejava.lang.NullPointerException - if appendable is nullCopyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.