Ejemplo n.º 1
0
 public ZDeflaterOutputStream(Stream outp, int level, bool nowrap)
 {
     this.outp = outp;
     z.deflateInit(level, nowrap);
 }