ZipReader.parseZip64ExtraField

private void parseZip64ExtraField(ref CentralDirEntry entry, const(ubyte) * extra, ushort extraLen)

Parse the ZIP64 Extra Field from a central directory entry.

When sizes or the local header offset in a central directory entry are 0xFFFFFFFF, the actual values are stored in the ZIP64 extra field (ID 0x0001).

Parameters

entryThe central directory entry to update.
extraPointer to the extra field data.
extraLenLength of the extra field data.