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

파일 보기 프로젝트 열기: CyberFoxHax/PCSXBonus 1 사용 예제들

공개 메소드들

메소드 설명
Deflate ( bool flush, bool finish ) : bool
DeflaterEngine ( SimpleZip pending ) : System
FillWindow ( ) : void
NeedsInput ( ) : bool
SetInput ( byte buffer ) : void

비공개 메소드들

메소드 설명
DeflateSlow ( bool flush, bool finish ) : bool
FindLongestMatch ( int curMatch ) : bool
InsertString ( ) : int
SlideWindow ( ) : void
UpdateHash ( ) : void

메소드 상세

Deflate() 공개 메소드

public Deflate ( bool flush, bool finish ) : bool
flush bool
finish bool
리턴 bool

DeflaterEngine() 공개 메소드

public DeflaterEngine ( SimpleZip pending ) : System
pending SimpleZip
리턴 System

FillWindow() 공개 메소드

public FillWindow ( ) : void
리턴 void

NeedsInput() 공개 메소드

public NeedsInput ( ) : bool
리턴 bool

SetInput() 공개 메소드

public SetInput ( byte buffer ) : void
buffer byte
리턴 void