Class GeneralPurposeBitFlags
General purpose bit flag.
Inheritance
System.Object
GeneralPurposeBitFlags
Namespace: Syncfusion.Compression.Zip
Assembly: Syncfusion.Compression.NET.dll
Syntax
public sealed class GeneralPurposeBitFlags : Enum
Fields
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.)
Declaration
public const GeneralPurposeBitFlags SizeAfterData
Field Value
Unicode
Language encoding flag (EFS). If this bit is set, the filename and comment fields for this file must be encoded using UTF-8.
Declaration
public const GeneralPurposeBitFlags Unicode