C# Class SmartAssembly.Zip.SimpleZip.InflaterHuffmanTree

ファイルを表示 Open project: CyberFoxHax/PCSXBonus Class Usage Examples

Public Properties

Property Type Description
defDistTree SimpleZip.InflaterHuffmanTree
defLitLenTree SimpleZip.InflaterHuffmanTree

Public Methods

Method Description
GetSymbol ( SimpleZip input ) : int
InflaterHuffmanTree ( byte codeLengths ) : System

Private Methods

Method Description
BuildTree ( byte codeLengths ) : void
InflaterHuffmanTree ( ) : System

Method Details

GetSymbol() public method

public GetSymbol ( SimpleZip input ) : int
input SimpleZip
return int

InflaterHuffmanTree() public method

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

Property Details

defDistTree public_oe static_oe property

public static SimpleZip.InflaterHuffmanTree,SmartAssembly.Zip defDistTree
return SimpleZip.InflaterHuffmanTree

defLitLenTree public_oe static_oe property

public static SimpleZip.InflaterHuffmanTree,SmartAssembly.Zip defLitLenTree
return SimpleZip.InflaterHuffmanTree