Enum GZipFlags
GZip header flags
Namespace: ICSharpCode.SharpZipLib.GZip
Assembly: ICSharpCode.SharpZipLib.dll
Syntax
[Flags]
public enum GZipFlags : byte
Fields
Name | Description |
---|---|
FCOMMENT | Flag bit mask indicating that a comment is present |
FEXTRA | Extra flag indicating that extra fields are present |
FHCRC | CRC flag indicating that a CRC16 preceeds the data |
FNAME | Filename flag indicating that the original filename is present |
FTEXT | Text flag hinting that the file is in ASCII |