addUint64 method

void addUint64(
  1. int x
)

Implementation

void addUint64(int x) {
  data.setUint64(offset, x, endian);
  offset += 8;
}