private static ZStream GetDefaultZStream(bool nowrap)
 {
     ZStream z = new ZStream();
     z.inflateInit(nowrap);
     return z;
 }