/**
  * Perform any final tasks and Close the writer.
  */
 public function close()
 {
     $this->out->close();
 }