Home
last modified time | relevance | path

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

/dokuwiki/vendor/splitbrain/php-archive/src/
DTar.php28 protected $contentUntil = 0; variable in splitbrain\\PHPArchive\\Tar
126 $this->contentUntil = $this->position + $header['size'];
152 $length = (int) min($length, $this->contentUntil - $this->position);