C# Class System.IO.Compression.HuffmanTree

ファイルを表示 Open project: hprose/hprose-dotnet Class Usage Examples

Public Methods

Method Description
GetNextSymbol ( InputBuffer input ) : int
HuffmanTree ( byte codeLengths ) : System

Private Methods

Method Description
CalculateHuffmanCode ( ) : uint[]
CreateTable ( ) : void
GetStaticDistanceTreeLength ( ) : byte[]
GetStaticLiteralTreeLength ( ) : byte[]

Method Details

GetNextSymbol() public method

public GetNextSymbol ( InputBuffer input ) : int
input InputBuffer
return int

HuffmanTree() public method

public HuffmanTree ( byte codeLengths ) : System
codeLengths byte
return System