clear method

void clear()
inherited

Clears the output buffer.

Implementation

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