C# Class SmartAssembly.Zip.SimpleZip.InflaterHuffmanTree

Afficher le fichier Open project: CyberFoxHax/PCSXBonus Class Usage Examples

Méthodes publiques

Свойство Type Description
defDistTree SimpleZip.InflaterHuffmanTree
defLitLenTree SimpleZip.InflaterHuffmanTree

Méthodes publiques

Méthode Description
GetSymbol ( SimpleZip input ) : int
InflaterHuffmanTree ( byte codeLengths ) : System

Private Methods

Méthode Description
BuildTree ( byte codeLengths ) : void
InflaterHuffmanTree ( ) : System

Method Details

GetSymbol() public méthode

public GetSymbol ( SimpleZip input ) : int
input SimpleZip
Résultat int

InflaterHuffmanTree() public méthode

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

Property Details

defDistTree public_oe static_oe property

public static SimpleZip.InflaterHuffmanTree,SmartAssembly.Zip defDistTree
Résultat SimpleZip.InflaterHuffmanTree

defLitLenTree public_oe static_oe property

public static SimpleZip.InflaterHuffmanTree,SmartAssembly.Zip defLitLenTree
Résultat SimpleZip.InflaterHuffmanTree