C# 클래스 System.IO.Compression.HuffmanTree

파일 보기 프로젝트 열기: hprose/hprose-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
GetNextSymbol ( InputBuffer input ) : int
HuffmanTree ( byte codeLengths ) : System

비공개 메소드들

메소드 설명
CalculateHuffmanCode ( ) : uint[]
CreateTable ( ) : void
GetStaticDistanceTreeLength ( ) : byte[]
GetStaticLiteralTreeLength ( ) : byte[]

메소드 상세

GetNextSymbol() 공개 메소드

public GetNextSymbol ( InputBuffer input ) : int
input InputBuffer
리턴 int

HuffmanTree() 공개 메소드

public HuffmanTree ( byte codeLengths ) : System
codeLengths byte
리턴 System