// 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;
 }
 // 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));
 }
        // 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;
        }
Exemple #4
0
 // Token: 0x0600078D RID: 1933 RVA: 0x000339B0 File Offset: 0x00031BB0
 public Class_211(Stream stream_, Class_204 arg_0, Class_202 arg_1, Class_210 arg_2, bool bool_0)
 {
     this.field_2  = Class_201.None;
     this.field_10 = stream_;
     this.field_6  = bool_0;
     this.field_4  = arg_0;
     this.field_3  = arg_2;
     this.field_5  = arg_1;
     if (arg_2 == Class_210.GZIP)
     {
         this.field_12 = new Class_215();
     }
 }
Exemple #5
0
 // Token: 0x0600071A RID: 1818 RVA: 0x0002E87A File Offset: 0x0002CA7A
 public Class_192(Stream stream_, Class_204 arg_0, Class_202 arg_1, bool bool_0)
 {
     this.field_2 = new Class_211(stream_, arg_0, arg_1, Class_210.GZIP, bool_0);
 }
Exemple #6
0
 // Token: 0x06000718 RID: 1816 RVA: 0x0002E862 File Offset: 0x0002CA62
 public Class_192(Stream stream_, Class_204 arg_0, Class_202 arg_1) : this(stream_, arg_0, arg_1, false)
 {
 }
 // Token: 0x060007B3 RID: 1971 RVA: 0x00034926 File Offset: 0x00032B26
 public int InitializeDeflate(Class_202 level, int bits, bool wantRfc1950Header)
 {
     this.CompressLevel = level;
     this.WindowBits    = bits;
     return(this._InternalInitializeDeflate(wantRfc1950Header));
 }
 // Token: 0x060007B2 RID: 1970 RVA: 0x0003490F File Offset: 0x00032B0F
 public int InitializeDeflate(Class_202 level, int bits)
 {
     this.CompressLevel = level;
     this.WindowBits    = bits;
     return(this._InternalInitializeDeflate(true));
 }
 // Token: 0x060007B0 RID: 1968 RVA: 0x000348EF File Offset: 0x00032AEF
 public int InitializeDeflate(Class_202 level)
 {
     this.CompressLevel = level;
     return(this._InternalInitializeDeflate(true));
 }
 // Token: 0x060006F9 RID: 1785 RVA: 0x0002E3A6 File Offset: 0x0002C5A6
 public Class_191(Stream stream_, Class_204 arg_0, Class_202 arg_1, bool bool_0)
 {
     this.field_1 = stream_;
     this.field_0 = new Class_211(stream_, arg_0, arg_1, Class_210.DEFLATE, bool_0);
 }
Exemple #11
0
 // Token: 0x060007BF RID: 1983 RVA: 0x00034C77 File Offset: 0x00032E77
 public Class_214(Stream stream_, Class_204 arg_0, Class_202 arg_1, bool bool_0)
 {
     this.field_0 = new Class_211(stream_, arg_0, arg_1, Class_210.ZLIB, bool_0);
 }
 // Token: 0x06000757 RID: 1879 RVA: 0x000325FA File Offset: 0x000307FA
 public Class_199(Stream stream_, Class_202 arg_0, bool bool_0) : this(stream_, Class_202.Default, Class_203.Default, bool_0)
 {
 }
 // Token: 0x06000755 RID: 1877 RVA: 0x000325E2 File Offset: 0x000307E2
 public Class_199(Stream stream_, Class_202 arg_0) : this(stream_, arg_0, Class_203.Default, false)
 {
 }