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