C# Class System.IO.Compression.HuffmanTree

Afficher le fichier Open project: hprose/hprose-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
GetNextSymbol ( InputBuffer input ) : int
HuffmanTree ( byte codeLengths ) : System

Private Methods

Méthode Description
CalculateHuffmanCode ( ) : uint[]
CreateTable ( ) : void
GetStaticDistanceTreeLength ( ) : byte[]
GetStaticLiteralTreeLength ( ) : byte[]

Method Details

GetNextSymbol() public méthode

public GetNextSymbol ( InputBuffer input ) : int
input InputBuffer
Résultat int

HuffmanTree() public méthode

public HuffmanTree ( byte codeLengths ) : System
codeLengths byte
Résultat System