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

This class contains constants used for deflation.
Mostra 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_oe static_oe property

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

GOOD_LENGTH public_oe static_oe property

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

MAX_BLOCK_SIZE public_oe static_oe property

Internal compression engine constant
public static int MAX_BLOCK_SIZE
return int

MAX_CHAIN public_oe static_oe property

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

MAX_LAZY public_oe static_oe property

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

NICE_LENGTH public_oe static_oe property

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