C# Class SmartAssembly.Zip.SimpleZip.OutputWindow

Mostra file Open project: CyberFoxHax/PCSXBonus

Public Methods

Method Description
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

Private Methods

Method Description
SlowRepeat ( int repStart, int len, int dist ) : void

Method Details

CopyDict() public method

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

CopyOutput() public method

public CopyOutput ( byte output, int offset, int len ) : int
output byte
offset int
len int
return int

CopyStored() public method

public CopyStored ( SimpleZip input, int len ) : int
input SimpleZip
len int
return int

GetAvailable() public method

public GetAvailable ( ) : int
return int

GetFreeSpace() public method

public GetFreeSpace ( ) : int
return int

Repeat() public method

public Repeat ( int len, int dist ) : void
len int
dist int
return void

Reset() public method

public Reset ( ) : void
return void

Write() public method

public Write ( int abyte ) : void
abyte int
return void