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