C# Class PHP.Library.Zlib.DeflateFilter

Filter for deflate algorithm without any header or trailer. Filter mode is not currently supported.
Inheritance: ZlibFilter
Mostra file Open project: DEVSENSE/Phalanger Class Usage Examples

Public Methods

Method Description
DeflateFilter ( int level, DeflateFilterMode mode ) : System
Filter ( object input, bool closing ) : object

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

DeflateFilter() public method

public DeflateFilter ( int level, DeflateFilterMode mode ) : System
level int
mode DeflateFilterMode
return System

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

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