deflateInit() public méthode

public deflateInit ( int level ) : int
level int
Résultat int
Exemple #1
0
 public ZDeflaterOutputStream(Stream outp, int level, bool nowrap)
 {
     this.outp = outp;
     z.deflateInit(level, nowrap);
 }