clear method

void clear()

Clears the contents of the buffer.

Implementation

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