clear method

void clear()

Clears the contents of the buffer.

Implementation

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