C# Class SmartAssembly.Zip.SimpleZip.OutputWindow

Afficher le fichier Open project: CyberFoxHax/PCSXBonus

Méthodes publiques

Méthode 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

Méthode Description
SlowRepeat ( int repStart, int len, int dist ) : void

Method Details

CopyDict() public méthode

public CopyDict ( byte dict, int offset, int len ) : void
dict byte
offset int
len int
Résultat void

CopyOutput() public méthode

public CopyOutput ( byte output, int offset, int len ) : int
output byte
offset int
len int
Résultat int

CopyStored() public méthode

public CopyStored ( SimpleZip input, int len ) : int
input SimpleZip
len int
Résultat int

GetAvailable() public méthode

public GetAvailable ( ) : int
Résultat int

GetFreeSpace() public méthode

public GetFreeSpace ( ) : int
Résultat int

Repeat() public méthode

public Repeat ( int len, int dist ) : void
len int
dist int
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Write() public méthode

public Write ( int abyte ) : void
abyte int
Résultat void