public function close() : bool { $result = $this->currentHandler ->close(); $this->writeOnlyHandler ->close(); return $result; }