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
entry | The central directory entry to update. |
extra | Pointer to the extra field data. |
extraLen | Length of the extra field data. |