C# Class PHP.Library.Zlib.GzipUncompressionFilter

Filter for gzip uncompression algorithm.
Inheritance: InflateFilter
ファイルを表示 Open project: DEVSENSE/Phalanger

Public Methods

Method Description
Filter ( object input, bool closing ) : object
GzipUncompressionFilter ( ) : System

Private Methods

Method Description
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.

Method Details

Filter() public method

public Filter ( object input, bool closing ) : object
input object
closing bool
return object

GzipUncompressionFilter() public method

public GzipUncompressionFilter ( ) : System
return System