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

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

공개 메소드들

메소드 설명
BuildDistTree ( ) : SimpleZip.InflaterHuffmanTree
BuildLitLenTree ( ) : SimpleZip.InflaterHuffmanTree
Decode ( SimpleZip input ) : bool

메소드 상세

BuildDistTree() 공개 메소드

public BuildDistTree ( ) : SimpleZip.InflaterHuffmanTree
리턴 SimpleZip.InflaterHuffmanTree

BuildLitLenTree() 공개 메소드

public BuildLitLenTree ( ) : SimpleZip.InflaterHuffmanTree
리턴 SimpleZip.InflaterHuffmanTree

Decode() 공개 메소드

public Decode ( SimpleZip input ) : bool
input SimpleZip
리턴 bool