ZipConstants.DataDescriptorSignature Field

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

ZipConstants.DataDescriptorSignature Field

Signature for data descriptor

public const int DataDescriptorSignature = 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