Lines Matching full:read
83 * Read the contents of a TAR archive
106 * Read the contents of a TAR archive and return each entry using yield
117 throw new ArchiveIOException('Can not read from a closed archive');
120 while ($read = $this->readbytes(512)) {
121 $header = $this->parseHeader($read);
146 * @param int $length maximum number of bytes to read
188 throw new ArchiveIOException('Can not read from a closed archive');
199 // read the file header
317 $read = 0;
323 // for performance reasons read bigger chunks at once
332 $read += $dataLen;
333 // how much of data read fully fills 512-byte blocks?
347 if ($read != $fileinfo->getSize()) {
349 …Exception("The size of $file changed while reading, archive corrupted. read $read expected ".$file…
395 * read access no reading is allowed anymore
478 * Read from the open file pointer
480 * @param int $length bytes to read
533 // there is no seek in bzip2, we simply read on
534 // bzread allows to read a max of 8kb at once
741 // for existing files, try to read the magic bytes