reset method

void reset()

Resets both input queue and output buffer.

Implementation

void reset() {
  _input.reset();
  _output.reset();
}