Esempio n. 1
0
 /**
  * @author Magnus Nordlander
  **/
 public function writeEntryTime(Writer $writer, $time)
 {
     $writer->writeInt32BE((int) $time);
     //FIXME
     $writer->writeUInt32BE(0);
 }