rustic / com.osm.gradle.plugins.util.process / AppendableBuffer

AppendableBuffer

class AppendableBuffer : Appendable

Constructors

<init>

AppendableBuffer()
AppendableBuffer(external: Iterable<Appendable>)

Functions

append

fun append(csq: CharSequence?): Appendable
fun append(csq: CharSequence?, start: Int, end: Int): Appendable
fun append(c: Char): Appendable

clear

fun clear(): Unit

toString

fun toString(): String