C# 클래스 PHP.Library.Zlib.InflateFilter

Filter for inflate algorithm without any header or trailer.
상속: ZlibFilter
파일 보기 프로젝트 열기: DEVSENSE/Phalanger 1 사용 예제들

공개 메소드들

메소드 설명
Filter ( object input, bool closing ) : object
InflateFilter ( ) : System

보호된 메소드들

메소드 설명
EndZlibOperation ( zlib.ZStream zs ) : int
GetFlushFlags ( bool closing ) : int
InitZlibOperation ( zlib.ZStream zs ) : int
PerformZlibOperation ( zlib.ZStream zs, int flush ) : int

메소드 상세

EndZlibOperation() 보호된 메소드

protected EndZlibOperation ( zlib.ZStream zs ) : int
zs zlib.ZStream
리턴 int

Filter() 공개 메소드

public Filter ( object input, bool closing ) : object
input object
closing bool
리턴 object

GetFlushFlags() 보호된 메소드

protected GetFlushFlags ( bool closing ) : int
closing bool
리턴 int

InflateFilter() 공개 메소드

public InflateFilter ( ) : System
리턴 System

InitZlibOperation() 보호된 메소드

protected InitZlibOperation ( zlib.ZStream zs ) : int
zs zlib.ZStream
리턴 int

PerformZlibOperation() 보호된 메소드

protected PerformZlibOperation ( zlib.ZStream zs, int flush ) : int
zs zlib.ZStream
flush int
리턴 int