예제 #1
0
 /**
  * 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();
 }
예제 #2
0
 public function close()
 {
     return $this->in->close();
 }