/**
  * Close archive writing process
  */
 public function close()
 {
     $this->compress->close();
 }