Fingerprint_Card
Loading...
Searching...
No Matches
ICSharpCode.SharpZipLib.GZip.GZipConstants Class Referencesealed

This class contains constants used for gzip. More...

Static Public Attributes

const int GZIP_MAGIC = 0x1F8B
 Magic number found at start of GZIP header.
const int FTEXT = 0x1
 Flag bit mask for text.
const int FHCRC = 0x2
 Flag bitmask for Crc.
const int FEXTRA = 0x4
 Flag bit mask for extra.
const int FNAME = 0x8
 flag bitmask for name
const int FCOMMENT = 0x10
 flag bit mask indicating comment is present

Private Member Functions

 GZipConstants ()
 Initialise default instance.

Detailed Description

This class contains constants used for gzip.

Constructor & Destructor Documentation

◆ GZipConstants()

ICSharpCode.SharpZipLib.GZip.GZipConstants.GZipConstants ( )
private

Initialise default instance.

Constructor is private to prevent instances being created.

Member Data Documentation

◆ FCOMMENT

const int ICSharpCode.SharpZipLib.GZip.GZipConstants.FCOMMENT = 0x10
static

flag bit mask indicating comment is present

◆ FEXTRA

const int ICSharpCode.SharpZipLib.GZip.GZipConstants.FEXTRA = 0x4
static

Flag bit mask for extra.

◆ FHCRC

const int ICSharpCode.SharpZipLib.GZip.GZipConstants.FHCRC = 0x2
static

Flag bitmask for Crc.

◆ FNAME

const int ICSharpCode.SharpZipLib.GZip.GZipConstants.FNAME = 0x8
static

flag bitmask for name

◆ FTEXT

const int ICSharpCode.SharpZipLib.GZip.GZipConstants.FTEXT = 0x1
static

Flag bit mask for text.

◆ GZIP_MAGIC

const int ICSharpCode.SharpZipLib.GZip.GZipConstants.GZIP_MAGIC = 0x1F8B
static

Magic number found at start of GZIP header.


The documentation for this class was generated from the following file: