setArrayInt8

fun Buffer.setArrayInt8(index: Int, inp: ByteArray, offset: Int = 0, size: Int = inp.size - offset)

Deprecated

Replace with

setArray(index * Byte.SIZE_BYTES, inp, offset, size)