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