System.util.zlib.ZStream.inflateInit C# (CSharp) Method

inflateInit() public method

public inflateInit ( ) : int
return int
        public int inflateInit(){
            return inflateInit(DEF_WBITS);
        }
        public int inflateInit(bool nowrap){

Same methods

ZStream::inflateInit ( bool nowrap ) : int
ZStream::inflateInit ( int w ) : int
ZStream::inflateInit ( int w, bool nowrap ) : int