Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Signature for data descriptor

Namespace:  SharedCache.WinServiceCommon.SharpZipLib.Zip
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public const int DataDescriptorSignature
Visual Basic (Declaration)
Public Const DataDescriptorSignature As Integer
Visual C++
public:
literal int DataDescriptorSignature

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