getS8Array

fun Buffer.getS8Array(byteOffset: Int, out: ByteArray, start: Int = 0, size: Int = out.size - start): ByteArray
fun Buffer.getS8Array(byteOffset: Int, size: Int): ByteArray
fun ByteArray.getS8Array(offset: Int, count: Int): ByteArray