Example #1
0
 // Token: 0x060007B8 RID: 1976 RVA: 0x000349FF File Offset: 0x00032BFF
 public int SetDeflateParams(Class_202 level, Class_203 strategy)
 {
     if (this.dstate == null)
     {
         throw new Class_205("No Deflate State!");
     }
     return(this.dstate.SetParams(level, strategy));
 }
Example #2
0
 // Token: 0x06000758 RID: 1880 RVA: 0x00032608 File Offset: 0x00030808
 public Class_199(Stream stream_, Class_202 arg_0, Class_203 arg_1, bool bool_0)
 {
     this.field_5  = stream_;
     this.field_22 = arg_0;
     this.prop_0   = arg_1;
     this.field_3  = bool_0;
     this.prop_1   = 16;
 }
Example #3
0
        // Token: 0x06000753 RID: 1875 RVA: 0x00032558 File Offset: 0x00030758
        public Class_198(int sayıInt_0, Class_202 arg_0, Class_203 arg_1, int sayıInt_1)
        {
            this.field_0 = new byte[sayıInt_0];
            int num = sayıInt_0 + (sayıInt_0 / 32768 + 1) * 5 * 2;

            this.field_1 = new byte[num];
            this.field_7 = new Class_212();
            this.field_7.InitializeDeflate(arg_0, false);
            this.field_7.OutputBuffer = this.field_1;
            this.field_7.InputBuffer  = this.field_0;
            this.field_3 = sayıInt_1;
        }