readLongArray

fun ByteArray.readLongArray(o: Int, count: Int, little: Boolean): LongArray

Deprecated

Replace with

getS64Array(o, count, little)