setArrayInt32

fun Buffer.setArrayInt32(index: Int, inp: IntArray, offset: Int = 0, size: Int = inp.size - offset)

Deprecated

Replace with

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