/**
  * Stat stream
  */
 public function stream_stat()
 {
     return $this->_archive->statName($this->_fileNameInArchive);
 }