reset method

void reset()

Clear the internal buffer.

Implementation

void reset() {
  _buffer.clear();
}