C# Class ICSharpCode.SharpZipLib.Zip.Compression.DeflaterConstants

This class contains constants used for deflation.
Show file Open project: icsharpcode/SharpZipLib

Public Properties

Property Type Description
COMPR_FUNC int[]
GOOD_LENGTH int[]
MAX_BLOCK_SIZE int
MAX_CHAIN int[]
MAX_LAZY int[]
NICE_LENGTH int[]

Property Details

COMPR_FUNC public static property

Internal compression engine constant
public static int[] COMPR_FUNC
return int[]

GOOD_LENGTH public static property

Internal compression engine constant
public static int[] GOOD_LENGTH
return int[]

MAX_BLOCK_SIZE public static property

Internal compression engine constant
public static int MAX_BLOCK_SIZE
return int

MAX_CHAIN public static property

Internal compression engine constant
public static int[] MAX_CHAIN
return int[]

MAX_LAZY public static property

Internal compression engine constant
public static int[] MAX_LAZY
return int[]

NICE_LENGTH public static property

Internal compression engine constant
public static int[] NICE_LENGTH
return int[]