getUint32 method

int getUint32()

Implementation

int getUint32() {
  offset += 4;
  return data.getUint32(offset - 4, endian);
}