readInt32 method

int readInt32()

Implementation

int readInt32() {
  offset += 4;
  return byteArray.getInt32(offset - 4, Endian.little);
}