append

fun append(array: ByteArray, offset: Int = 0, len: Int = array.size - offset)
fun append(vararg v: Byte)
fun append(vararg v: Int)