C# Class SmartAssembly.Zip.SimpleZip.Inflater

显示文件 Open project: CyberFoxHax/PCSXBonus Class Usage Examples

Public Methods

Method Description
Inflate ( byte buf, int offset, int len ) : int
Inflater ( byte bytes ) : System

Private Methods

Method Description
Decode ( ) : bool
DecodeHuffman ( ) : bool

Method Details

Inflate() public method

public Inflate ( byte buf, int offset, int len ) : int
buf byte
offset int
len int
return int

Inflater() public method

public Inflater ( byte bytes ) : System
bytes byte
return System