readI32 method

int? readI32()

Implementation

int? readI32() {
  return bytesToNumber(readBytes(4));
}