getInt32 method

int getInt32()

Reads 4-bytes as a signed integer.

The offset must satisy the relations 0offsetoffset+4this.length.

Implementation

int getInt32() => getInt(ByteLength.i32);