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

파일 보기 프로젝트 열기: CyberFoxHax/PCSXBonus

공개 메소드들

메소드 설명
CopyDict ( byte dict, int offset, int len ) : void
CopyOutput ( byte output, int offset, int len ) : int
CopyStored ( SimpleZip input, int len ) : int
GetAvailable ( ) : int
GetFreeSpace ( ) : int
Repeat ( int len, int dist ) : void
Reset ( ) : void
Write ( int abyte ) : void

비공개 메소드들

메소드 설명
SlowRepeat ( int repStart, int len, int dist ) : void

메소드 상세

CopyDict() 공개 메소드

public CopyDict ( byte dict, int offset, int len ) : void
dict byte
offset int
len int
리턴 void

CopyOutput() 공개 메소드

public CopyOutput ( byte output, int offset, int len ) : int
output byte
offset int
len int
리턴 int

CopyStored() 공개 메소드

public CopyStored ( SimpleZip input, int len ) : int
input SimpleZip
len int
리턴 int

GetAvailable() 공개 메소드

public GetAvailable ( ) : int
리턴 int

GetFreeSpace() 공개 메소드

public GetFreeSpace ( ) : int
리턴 int

Repeat() 공개 메소드

public Repeat ( int len, int dist ) : void
len int
dist int
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Write() 공개 메소드

public Write ( int abyte ) : void
abyte int
리턴 void