C# Class PHP.Library.Zlib.InflateFilter

Filter for inflate algorithm without any header or trailer.
Inheritance: ZlibFilter
Show file Open project: DEVSENSE/Phalanger Class Usage Examples

Public Methods

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

Protected Methods

Method Description
EndZlibOperation ( zlib.ZStream zs ) : int
GetFlushFlags ( bool closing ) : int
InitZlibOperation ( zlib.ZStream zs ) : int
PerformZlibOperation ( zlib.ZStream zs, int flush ) : int

Method Details

EndZlibOperation() protected method

protected EndZlibOperation ( zlib.ZStream zs ) : int
zs zlib.ZStream
return int

Filter() public method

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

GetFlushFlags() protected method

protected GetFlushFlags ( bool closing ) : int
closing bool
return int

InflateFilter() public method

public InflateFilter ( ) : System
return System

InitZlibOperation() protected method

protected InitZlibOperation ( zlib.ZStream zs ) : int
zs zlib.ZStream
return int

PerformZlibOperation() protected method

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