Enum GeneralPurposeBitFlags
General purpose bit flag.
Namespace: Syncfusion.Compression.Zip
Assembly: Syncfusion.Compression.Base.dll
Syntax
[Flags]
public enum GeneralPurposeBitFlags : short
Fields
Name | Description |
---|---|
SizeAfterData | If this bit is set, the fields crc-32, compressed size and uncompressed size are set to zero in the local header. The correct values are put in the data descriptor immediately following the compressed data. (Note: PKZIP version 2.04g for DOS only recognizes this bit for method 8 compression, newer versions of PKZIP recognize this bit for any compression method.) |
Unicode | Language encoding flag (EFS). If this bit is set, the filename and comment fields for this file must be encoded using UTF-8. |