// Token: 0x060014E8 RID: 5352 // RVA: 0x00012B62 File Offset: 0x00010D62 public void method_1(Class196 class196_0) { if (this.int_2 > 0) { class196_0.method_5(this.byte_1, this.int_1 - this.int_2, this.int_2); this.int_2 = 0; } }
// Token: 0x060014EC RID: 5356 // RVA: 0x0006C108 File Offset: 0x0006A308 public Stream13(Stream stream_1, Class196 class196_1, int int_0) { if (stream_1 == null) { throw new ArgumentNullException("baseInputStream"); } if (class196_1 == null) { throw new ArgumentNullException("inflater"); } if (int_0 <= 0) { throw new ArgumentOutOfRangeException("bufferSize"); } this.stream_0 = stream_1; this.class196_0 = class196_1; this.class199_0 = new Class199(stream_1, int_0); }
// Token: 0x060014EB RID: 5355 // RVA: 0x00012BA6 File Offset: 0x00010DA6 public Stream13(Stream stream_1, Class196 class196_1) : this(stream_1, class196_1, 4096) { }