Ejemplo n.º 1
0
 /**
  * @param resource $handle
  */
 protected function writeDataSection($handle)
 {
     Helper::writeString($handle, $this->dataSection->getId());
     Helper::writeLong($handle, $this->dataSection->getSize());
     Helper::writeString($handle, $this->dataSection->getRaw());
 }