getInt8 method

int getInt8()

Reads 1-byte as a signed integer.

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

Implementation

int getInt8() => getInt(ByteLength.i8);