Home
last modified time | relevance | path

Searched refs:footerLength (Results 1 – 1 of 1) sorted by relevance

/plugin/zip/pear/File/Archive/Reader/
H A DTar.php62 var $footerLength = 0; variable in File_Archive_Reader_Tar
147 $error = $this->source->skip($this->leftLength + $this->footerLength);
191 $this->footerLength = 0;
193 $this->footerLength = 512 - $this->leftLength%512;
246 $seek = 512 + $this->currentStat[7] + $this->footerLength;
251 $size = 512 + $this->currentStat[7] + $this->footerLength;