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

This class contains constants used for deflation.
Afficher le fichier Open project: icsharpcode/SharpZipLib

Méthodes publiques

Свойство 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
Résultat int[]

GOOD_LENGTH public_oe static_oe property

Internal compression engine constant
public static int[] GOOD_LENGTH
Résultat int[]

MAX_BLOCK_SIZE public_oe static_oe property

Internal compression engine constant
public static int MAX_BLOCK_SIZE
Résultat int

MAX_CHAIN public_oe static_oe property

Internal compression engine constant
public static int[] MAX_CHAIN
Résultat int[]

MAX_LAZY public_oe static_oe property

Internal compression engine constant
public static int[] MAX_LAZY
Résultat int[]

NICE_LENGTH public_oe static_oe property

Internal compression engine constant
public static int[] NICE_LENGTH
Résultat int[]