getArrayInt8

fun Buffer.getArrayInt8(index: Int, out: ByteArray, offset: Int = 0, size: Int = out.size - offset): ByteArray

Deprecated

Replace with

getS8Array(index * Byte.SIZE_BYTES, out, offset, size)