getArrayInt32

fun Buffer.getArrayInt32(index: Int, out: IntArray, offset: Int = 0, size: Int = out.size - offset): IntArray

Deprecated

Replace with

getS32Array(index * Int.SIZE_BYTES, out, offset, size)