getArrayInt16

fun Buffer.getArrayInt16(index: Int, out: ShortArray, offset: Int = 0, size: Int = out.size - offset): ShortArray

Deprecated

Replace with

getS16Array(index * Short.SIZE_BYTES, out, offset, size)