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

Filter for gzip uncompression algorithm.
상속: InflateFilter
파일 보기 프로젝트 열기: DEVSENSE/Phalanger

공개 메소드들

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

비공개 메소드들

메소드 설명
HeaderFlag ( byte flag ) : bool

Checks if a header flag is present.

UpdateHeaderState ( ) : void

Changes state based on header flags. Is called by header-handling states only.

메소드 상세

Filter() 공개 메소드

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

GzipUncompressionFilter() 공개 메소드

public GzipUncompressionFilter ( ) : System
리턴 System