Example #1
0
 // Token: 0x0600117C RID: 4476
 // RVA: 0x00010A8A File Offset: 0x0000EC8A
 public int method_8(int int_5, bool bool_0)
 {
     this.int_4 = int_5;
     if (this.class137_0 != null)
     {
         throw new GException0("You may not call InitializeInflate() after calling InitializeDeflate().");
     }
     this.class141_0 = new Class141(bool_0);
     return this.class141_0.Initialize(this, int_5);
 }
Example #2
0
 // Token: 0x06001177 RID: 4471
 // RVA: 0x0005FBB0 File Offset: 0x0005DDB0
 public int method_3()
 {
     if (this.class141_0 == null)
     {
         throw new GException0("No Inflate State!");
     }
     int result = this.class141_0.method_0();
     this.class141_0 = null;
     return result;
 }