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

Afficher le fichier Open project: icsharpcode/SharpZipLib Class Usage Examples

Méthodes publiques

Méthode Description
BuildDistTree ( ) : InflaterHuffmanTree
BuildLitLenTree ( ) : InflaterHuffmanTree
Decode ( StreamManipulator input ) : bool

Method Details

BuildDistTree() public méthode

public BuildDistTree ( ) : InflaterHuffmanTree
Résultat InflaterHuffmanTree

BuildLitLenTree() public méthode

public BuildLitLenTree ( ) : InflaterHuffmanTree
Résultat InflaterHuffmanTree

Decode() public méthode

public Decode ( StreamManipulator input ) : bool
input ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator
Résultat bool