getInt64

fun Buffer.getInt64(index: Int): Long

Deprecated

Replace with

getS64LE(index * Long.SIZE_BYTES)