C# Class SmartAssembly.Zip.SimpleZip.DeflaterEngine

Afficher le fichier Open project: CyberFoxHax/PCSXBonus Class Usage Examples

Méthodes publiques

Méthode Description
Deflate ( bool flush, bool finish ) : bool
DeflaterEngine ( SimpleZip pending ) : System
FillWindow ( ) : void
NeedsInput ( ) : bool
SetInput ( byte buffer ) : void

Private Methods

Méthode Description
DeflateSlow ( bool flush, bool finish ) : bool
FindLongestMatch ( int curMatch ) : bool
InsertString ( ) : int
SlideWindow ( ) : void
UpdateHash ( ) : void

Method Details

Deflate() public méthode

public Deflate ( bool flush, bool finish ) : bool
flush bool
finish bool
Résultat bool

DeflaterEngine() public méthode

public DeflaterEngine ( SimpleZip pending ) : System
pending SimpleZip
Résultat System

FillWindow() public méthode

public FillWindow ( ) : void
Résultat void

NeedsInput() public méthode

public NeedsInput ( ) : bool
Résultat bool

SetInput() public méthode

public SetInput ( byte buffer ) : void
buffer byte
Résultat void