reset method

dynamic reset()

Implementation

reset() {
  boolMask = 0;
  intList.fillRange(0, schema.intCount, 0);
  stringList.clear();
  bytesPerMessage = null;
  payloadBytes = null;
  raw = null;
}