示例#1
0
 private void method_2()
 {
     this.int_60 = 2 * this.int_59;
     for (int i = 0; i < this.int_35; i++)
     {
         this.short_5[i] = 0;
     }
     this.class936_0      = Class936.smethod_0(this.compressionLevel_0);
     this.deflateFlavor_0 = this.class936_0.deflateFlavor_0;
     this.int_56          = 0;
     this.int_31          = 0;
     this.int_44          = 0;
     this.int_52          = 2;
     this.int_46          = 2;
     this.int_45          = 0;
     this.int_39          = 0;
 }
示例#2
0
    internal int method_37(CompressionLevel A_0, CompressionStrategy A_1)
    {
        int num = 0;

        if (this.compressionLevel_0 != A_0)
        {
            Class936 class2 = Class936.smethod_0(A_0);
            if ((class2.deflateFlavor_0 != this.class936_0.deflateFlavor_0) && (this.class1068_0.long_0 != 0L))
            {
                num = this.class1068_0.method_14(FlushType.Partial);
            }
            this.compressionLevel_0 = A_0;
            this.class936_0         = class2;
            this.deflateFlavor_0    = this.class936_0.deflateFlavor_0;
        }
        this.compressionStrategy_0 = A_1;
        return(num);
    }