Class MessageFormat.AppendableWrapper

java.lang.Object
com.ibm.icu.text.MessageFormat.AppendableWrapper
Enclosing class:
MessageFormat

private static final class MessageFormat.AppendableWrapper extends Object
Convenience wrapper for Appendable, tracks the result string length. Also, Appendable throws IOException, and we turn that into a RuntimeException so that we need no throws clauses.