C# Class SmartAssembly.Zip.SimpleZip.InflaterDynHeader

Exibir arquivo Open project: CyberFoxHax/PCSXBonus Class Usage Examples

Public Methods

Method Description
BuildDistTree ( ) : SimpleZip.InflaterHuffmanTree
BuildLitLenTree ( ) : SimpleZip.InflaterHuffmanTree
Decode ( SimpleZip input ) : bool

Method Details

BuildDistTree() public method

public BuildDistTree ( ) : SimpleZip.InflaterHuffmanTree
return SimpleZip.InflaterHuffmanTree

BuildLitLenTree() public method

public BuildLitLenTree ( ) : SimpleZip.InflaterHuffmanTree
return SimpleZip.InflaterHuffmanTree

Decode() public method

public Decode ( SimpleZip input ) : bool
input SimpleZip
return bool