getInt64 method

int getInt64()

Reads 8-bytes as a signed integer.

The offset must satisy the relations 0offsetoffset+8this.length.

Implementation

int getInt64() => getInt(ByteLength.i64);