Class DeflaterConstants
This class contains constants used for deflation.
Inheritance
Inherited Members
Namespace: ICSharpCode.SharpZipLib.Zip.Compression
Assembly: ICSharpCode.SharpZipLib.dll
Syntax
public static class DeflaterConstants
Fields
| Improve this Doc View SourceCOMPR_FUNC
Internal compression engine constant
Declaration
public static int[] COMPR_FUNC
Field Value
Type | Description |
---|---|
System.Int32[] |
DEBUGGING
Set to true to enable debugging
Declaration
public const bool DEBUGGING = false
Field Value
Type | Description |
---|---|
System.Boolean |
DEFAULT_MEM_LEVEL
Sets internal buffer sizes for Huffman encoding
Declaration
public const int DEFAULT_MEM_LEVEL = 8
Field Value
Type | Description |
---|---|
System.Int32 |
DEFLATE_FAST
Internal compression engine constant
Declaration
public const int DEFLATE_FAST = 1
Field Value
Type | Description |
---|---|
System.Int32 |
DEFLATE_SLOW
Internal compression engine constant
Declaration
public const int DEFLATE_SLOW = 2
Field Value
Type | Description |
---|---|
System.Int32 |
DEFLATE_STORED
Internal compression engine constant
Declaration
public const int DEFLATE_STORED = 0
Field Value
Type | Description |
---|---|
System.Int32 |
DYN_TREES
Identifies dynamic tree in Zip file
Declaration
public const int DYN_TREES = 2
Field Value
Type | Description |
---|---|
System.Int32 |
GOOD_LENGTH
Internal compression engine constant
Declaration
public static int[] GOOD_LENGTH
Field Value
Type | Description |
---|---|
System.Int32[] |
HASH_BITS
Internal compression engine constant
Declaration
public const int HASH_BITS = 15
Field Value
Type | Description |
---|---|
System.Int32 |
HASH_MASK
Internal compression engine constant
Declaration
public const int HASH_MASK = 32767
Field Value
Type | Description |
---|---|
System.Int32 |
HASH_SHIFT
Internal compression engine constant
Declaration
public const int HASH_SHIFT = 5
Field Value
Type | Description |
---|---|
System.Int32 |
HASH_SIZE
Internal compression engine constant
Declaration
public const int HASH_SIZE = 32768
Field Value
Type | Description |
---|---|
System.Int32 |
MAX_BLOCK_SIZE
Internal compression engine constant
Declaration
public static int MAX_BLOCK_SIZE
Field Value
Type | Description |
---|---|
System.Int32 |
MAX_CHAIN
Internal compression engine constant
Declaration
public static int[] MAX_CHAIN
Field Value
Type | Description |
---|---|
System.Int32[] |
MAX_DIST
Internal compression engine constant
Declaration
public const int MAX_DIST = 32506
Field Value
Type | Description |
---|---|
System.Int32 |
MAX_LAZY
Internal compression engine constant
Declaration
public static int[] MAX_LAZY
Field Value
Type | Description |
---|---|
System.Int32[] |
MAX_MATCH
Internal compression engine constant
Declaration
public const int MAX_MATCH = 258
Field Value
Type | Description |
---|---|
System.Int32 |
MAX_WBITS
Internal compression engine constant
Declaration
public const int MAX_WBITS = 15
Field Value
Type | Description |
---|---|
System.Int32 |
MIN_LOOKAHEAD
Internal compression engine constant
Declaration
public const int MIN_LOOKAHEAD = 262
Field Value
Type | Description |
---|---|
System.Int32 |
MIN_MATCH
Internal compression engine constant
Declaration
public const int MIN_MATCH = 3
Field Value
Type | Description |
---|---|
System.Int32 |
NICE_LENGTH
Internal compression engine constant
Declaration
public static int[] NICE_LENGTH
Field Value
Type | Description |
---|---|
System.Int32[] |
PENDING_BUF_SIZE
Internal compression engine constant
Declaration
public const int PENDING_BUF_SIZE = 65536
Field Value
Type | Description |
---|---|
System.Int32 |
PRESET_DICT
Header flag indicating a preset dictionary for deflation
Declaration
public const int PRESET_DICT = 32
Field Value
Type | Description |
---|---|
System.Int32 |
STATIC_TREES
Identifies static tree in Zip file
Declaration
public const int STATIC_TREES = 1
Field Value
Type | Description |
---|---|
System.Int32 |
STORED_BLOCK
Written to Zip file to identify a stored block
Declaration
public const int STORED_BLOCK = 0
Field Value
Type | Description |
---|---|
System.Int32 |
WMASK
Internal compression engine constant
Declaration
public const int WMASK = 32767
Field Value
Type | Description |
---|---|
System.Int32 |
WSIZE
Internal compression engine constant
Declaration
public const int WSIZE = 32768
Field Value
Type | Description |
---|---|
System.Int32 |