readS64

fun ByteArray.readS64(o: Int, little: Boolean): Long

Deprecated

Replace with

getS64(o, little)