메소드 | 설명 | |
---|---|---|
Filter ( object input, bool closing ) : object | ||
InflateFilter ( ) : System |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | int |
public Filter ( object input, bool closing ) : object | ||
input | object | |
closing | bool | |
리턴 | object |
protected InitZlibOperation ( zlib.ZStream zs ) : int | ||
zs | zlib.ZStream | |
리턴 | int |
protected PerformZlibOperation ( zlib.ZStream zs, int flush ) : int | ||
zs | zlib.ZStream | |
flush | int | |
리턴 | int |