getInt8 method
Reads 1-byte
as a signed integer
.
The offset must satisy the relations 0
≤ offset
≤ offset+1
≤ this.length
.
Implementation
int getInt8() => getInt(ByteLength.i8);
Reads 1-byte
as a signed integer
.
The offset must satisy the relations 0
≤ offset
≤ offset+1
≤ this.length
.
int getInt8() => getInt(ByteLength.i8);