reset method

void reset()
inherited

Implementation

void reset() {
  buf = Int8List(_size);
  count = 0;
}