C# 클래스 SmartAssembly.Zip.SimpleZip.Inflater

파일 보기 프로젝트 열기: CyberFoxHax/PCSXBonus 1 사용 예제들

공개 메소드들

메소드 설명
Inflate ( byte buf, int offset, int len ) : int
Inflater ( byte bytes ) : System

비공개 메소드들

메소드 설명
Decode ( ) : bool
DecodeHuffman ( ) : bool

메소드 상세

Inflate() 공개 메소드

public Inflate ( byte buf, int offset, int len ) : int
buf byte
offset int
len int
리턴 int

Inflater() 공개 메소드

public Inflater ( byte bytes ) : System
bytes byte
리턴 System