setArrayInt16
fun Buffer.setArrayInt16(index: Int, inp: ShortArray, offset: Int = 0, size: Int = inp.size - offset)
Deprecated
Replace with
setArray(index * Short.SIZE_BYTES, inp, offset, size)
Content copied to clipboard
setArray(index * Short.SIZE_BYTES, inp, offset, size)