Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Defines the contents of the general bit flags field for an archive entry.

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

Syntax

C#
[FlagsAttribute]
public enum GeneralBitFlags
Visual Basic (Declaration)
<FlagsAttribute> _
Public Enumeration GeneralBitFlags
Visual C++
[FlagsAttribute]
public enum class GeneralBitFlags

Members

Member nameDescription
Encrypted
Bit 0 if set indicates that the file is encrypted
Method
Bits 1 and 2 - Two bits defining the compression method (only for Method 6 Imploding and 8,9 Deflating)
Descriptor
Bit 3 if set indicates a trailing data desciptor is appended to the entry data
ReservedPKware4
Bit 4 is reserved for use with method 8 for enhanced deflation
Patched
Bit 5 if set indicates the file contains Pkzip compressed patched data. Requires version 2.7 or greater.
StrongEncryption
Bit 6 if set strong encryption has been used for this entry.
Unused7
Bit 7 is currently unused
Unused8
Bit 8 is currently unused
Unused9
Bit 9 is currently unused
Unused10
Bit 10 is currently unused
UnicodeText
Bit 11 if set indicates the filename and comment fields for this file must be encoded using UTF-8.
EnhancedCompress
Bit 12 is documented as being reserved by PKware for enhanced compression.
HeaderMasked
Bit 13 if set indicates that values in the local header are masked to hide their actual values, and the central directory is encrypted.
ReservedPkware14
Bit 14 is documented as being reserved for use by PKware
ReservedPkware15
Bit 15 is documented as being reserved for use by PKware

Remarks

[Missing <remarks> documentation for "T:SharedCache.WinServiceCommon.SharpZipLib.Zip.GeneralBitFlags"]

See Also