closeSync method

void closeSync()
inherited

Implementation

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