Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Assembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Signature for data descriptor
Namespace:
SharedCache.WinServiceCommon.SharpZipLib.ZipAssembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Syntax
| C# |
|---|
[ObsoleteAttribute("Use DataDescriptorSignature instead")] public const int EXTSIG |
| Visual Basic (Declaration) |
|---|
<ObsoleteAttribute("Use DataDescriptorSignature instead")> _ Public Const EXTSIG As Integer |
| Visual C++ |
|---|
[ObsoleteAttribute(L"Use DataDescriptorSignature instead")] public: literal int EXTSIG |
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.