C# Class SmartAssembly.Zip.SimpleZip.DeflaterEngine

Mostra file Open project: CyberFoxHax/PCSXBonus Class Usage Examples

Public Methods

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

Private Methods

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

Method Details

Deflate() public method

public Deflate ( bool flush, bool finish ) : bool
flush bool
finish bool
return bool

DeflaterEngine() public method

public DeflaterEngine ( SimpleZip pending ) : System
pending SimpleZip
return System

FillWindow() public method

public FillWindow ( ) : void
return void

NeedsInput() public method

public NeedsInput ( ) : bool
return bool

SetInput() public method

public SetInput ( byte buffer ) : void
buffer byte
return void