inflateInit() private method

private inflateInit ( ZStream z, int w ) : int
z ZStream
w int
return int
Beispiel #1
0
 public int inflateInit(int w, bool nowrap)
 {
     istate = new Inflate();
     return(istate.inflateInit(this, nowrap?-w:w));
 }
Beispiel #2
0
 public int inflateInit(int w, bool nowrap)
 {
     istate = new Inflate();
     return istate.inflateInit(this, nowrap?- w:w);
 }