Reads 8-bytes as a signed integer.
8-bytes
signed integer
The offset must satisy the relations 0 ≤ offset ≤ offset+8 ≤ this.length.
0
offset
offset+8
this.length
int getInt64() => getInt(ByteLength.i64);