getArrayInt64

fun Buffer.getArrayInt64(index: Int, out: LongArray, offset: Int = 0, size: Int = out.size - offset): LongArray

Deprecated

Replace with

getS64Array(index * Long.SIZE_BYTES, out, offset, size)