readInt8 method

int readInt8()

Reads the next 1 byte as a signed integer at the current readerIndex (inclusive).


Exceptions:

Implementation

int readInt8() => readByteData(1).getInt8(0);