clearEncodedOutput method

void clearEncodedOutput()

Clear the encoded output

Implementation

void clearEncodedOutput() {
  output.clear();
}