append

fun append(b: Byte)

Append a single byte to this builder.


fun append(b: ByteArray, off: Int, len: Int)
fun append(ref: BytesRef)
fun append(builder: BytesRefBuilder)

Append the provided bytes to this builder.