readInt32 method

int readInt32()

Read a signed 32-bit integer from the stream.

Implementation

int readInt32() => uint32ToInt32(readUint32());