Gittern\Desiccator\IndexDesiccator::writeEntryTime PHP Method

writeEntryTime() public method

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);
    }