Close both the remote stream and buffer stream
Overrides StreamDecoratorTrait::close
public function close() : void { $this->remoteStream ->close(); $this->stream ->close(); }