/**
  * Closes the output stream and releases the ressources which are used by it.
  *
  * @throws	blaze\lang\IOException Is thrown when an IO error occurs or when the stream is already closed
  */
 public function close()
 {
     $this->is->close();
 }
 public function close()
 {
     return $this->in->close();
 }