getInt16 method

int getInt16()

Reads 2-bytes as a signed integer.

The offset must satisy the relations 0 ≤ offset ≤ offset+2 ≤ this.length.

Implementation

int getInt16() => getInt(ByteLength.i16);