class AppendableBuffer : Appendable
<init> |
AppendableBuffer()AppendableBuffer(external: Iterable<Appendable>) |
append |
fun append(csq: CharSequence?): Appendablefun append(csq: CharSequence?, start: Int, end: Int): Appendablefun append(c: Char): Appendable |
clear |
fun clear(): Unit |
toString |
fun toString(): String |