read = new ResourceInputStream($read), $this->write = new ResourceOutputStream($write) ); } /** * Closes the read and write resource streams. */ public function close() { $this->read->close(); $this->write->close(); } }