ZipConstants.EXTSIG Field

SharpZip Compression Library

SharpZip Compression Library

ZipConstants.EXTSIG Field

Signature for data descriptor

public const int EXTSIG = 134695760;

Remarks

This is only used where the length, Crc, or compressed size isnt known when the entry is created and the output stream doesnt support seeking. The local entry cannot be 'patched' with the correct values in this case so the values are recorded after the data prefixed by this header, as well as in the central directory.

See Also

ZipConstants Class | ICSharpCode.SharpZipLib.Zip Namespace