addUint32 method

void addUint32(
  1. int x
)

Implementation

void addUint32(int x) {
  data.setUint32(offset, x, endian);
  offset += 4;
}