close method

void close()

Implementation

void close() {
  _encoder.endEncode();
  _output.close();
}