Gittern\Desiccator\IndexDesiccator::writeEntryTime PHP Méthode

writeEntryTime() public méthode

Author: Magnus Nordlander
public writeEntryTime ( Iodophor\Io\Writer $writer, $time )
$writer Iodophor\Io\Writer
    public function writeEntryTime(Writer $writer, $time)
    {
        $writer->writeInt32BE((int) $time);
        //FIXME
        $writer->writeUInt32BE(0);
    }