C# Class PHP.Library.Zlib.InflateFilter

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

Méthodes publiques

Méthode Description
Filter ( object input, bool closing ) : object
InflateFilter ( ) : System

Méthodes protégées

Méthode 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 méthode

protected EndZlibOperation ( zlib.ZStream zs ) : int
zs zlib.ZStream
Résultat int

Filter() public méthode

public Filter ( object input, bool closing ) : object
input object
closing bool
Résultat object

GetFlushFlags() protected méthode

protected GetFlushFlags ( bool closing ) : int
closing bool
Résultat int

InflateFilter() public méthode

public InflateFilter ( ) : System
Résultat System

InitZlibOperation() protected méthode

protected InitZlibOperation ( zlib.ZStream zs ) : int
zs zlib.ZStream
Résultat int

PerformZlibOperation() protected méthode

protected PerformZlibOperation ( zlib.ZStream zs, int flush ) : int
zs zlib.ZStream
flush int
Résultat int