addUint8 method

void addUint8(
  1. int x
)

Implementation

void addUint8(int x) {
  data.setUint8(offset, x);
  offset++;
}