Reads 2-bytes as a signed integer.
2-bytes
signed integer
The offset must satisy the relations 0 ≤ offset ≤ offset+2 ≤ this.length.
0
offset
offset+2
this.length
int getInt16() => getInt(ByteLength.i16);