Lines Matching defs:writebytes
325 $this->writebytes($this->makeLocalFileHeader(
362 $this->writebytes($c_block);
364 $this->writebytes($block);
429 $this->writebytes($this->makeLocalFileHeader(
441 $this->writebytes($data);
478 $this->writebytes($ctrldir);
481 $this->writebytes("\x50\x4b\x05\x06"); // end of central dir signature
482 $this->writebytes(pack('v', 0)); // number of this disk
483 $this->writebytes(pack('v', 0)); // number of the disk with the start of the central directory
484 $this->writebytes(pack('v',
486 $this->writebytes(pack('v', count($this->ctrl_dir))); // total number of entries in the central directory
487 $this->writebytes(pack('V', strlen($ctrldir))); // size of the central directory
488 $this->writebytes(pack('V',
490 $this->writebytes(pack('v', 0)); // .ZIP file comment length
790 protected function writebytes($data)