stream = $stream; parent::__construct( $stream, $options ); } public function copyToStream( $target ) { stream_copy_to_stream( $this->stream, $target ); } }