This class contains constants used for gzip.
More...
|
| 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
|
This class contains constants used for gzip.
◆ GZipConstants()
| ICSharpCode.SharpZipLib.GZip.GZipConstants.GZipConstants |
( |
| ) |
|
|
private |
Initialise default instance.
Constructor is private to prevent instances being created.
◆ 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 |
◆ FHCRC
| const int ICSharpCode.SharpZipLib.GZip.GZipConstants.FHCRC = 0x2 |
|
static |
◆ FNAME
| const int ICSharpCode.SharpZipLib.GZip.GZipConstants.FNAME = 0x8 |
|
static |
◆ FTEXT
| const int ICSharpCode.SharpZipLib.GZip.GZipConstants.FTEXT = 0x1 |
|
static |
◆ 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: