getUnalignedArrayInt16
fun Buffer.getUnalignedArrayInt16(byteOffset: Int, out: ShortArray, offset: Int = 0, size: Int = out.size - offset): ShortArray
Deprecated
Replace with
getS16Array(byteOffset, out, offset, size)
Content copied to clipboard