clear method

void clear()

Implementation

void clear() {
  _buffer.clear();
  _start = 0;
  _count = 0;
}