public interface Appendee
toString()
would itself involve the appending of multiple
CharSequences (Strings, etc).
In general, it is expected that the data appended to the AppendableExt an
appendTo(com.healthmarketscience.common.util.AppendableExt)
invocation be the same as the result of a call to
Object.toString()
. If this is not the case, it should be clearly
documented in the class.
Modifier and Type | Method and Description |
---|---|
void |
appendTo(AppendableExt a)
Appends this object to the given AppendableExt.
|
void appendTo(AppendableExt a) throws IOException
a
- the AppendableExt to which this class should append itselfIOException
- if the append failsCopyright © 2006–2021 OpenHMS. All rights reserved.