Method | Description | |
---|---|---|
Filter ( object input, bool closing ) : object | ||
InflateFilter ( ) : System |
Method | Description | |
---|---|---|
EndZlibOperation ( zlib.ZStream zs ) : int | ||
GetFlushFlags ( bool closing ) : int | ||
InitZlibOperation ( zlib.ZStream zs ) : int | ||
PerformZlibOperation ( zlib.ZStream zs, int flush ) : int |
protected EndZlibOperation ( zlib.ZStream zs ) : int | ||
zs | zlib.ZStream | |
return | int |
public Filter ( object input, bool closing ) : object | ||
input | object | |
closing | bool | |
return | object |
protected GetFlushFlags ( bool closing ) : int | ||
closing | bool | |
return | int |
protected InitZlibOperation ( zlib.ZStream zs ) : int | ||
zs | zlib.ZStream | |
return | int |
protected PerformZlibOperation ( zlib.ZStream zs, int flush ) : int | ||
zs | zlib.ZStream | |
flush | int | |
return | int |