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