append

fun append(b: Byte)

Append a single byte.


fun append(bytes: ByteArray, offset: Int = 0, length: Int = bytes.size)

Append a slice of bytes.