public void method_3(Class196 class196_0) { if (this.int_2 > 0) { class196_0.method_6(this.byte_1, this.int_1 - this.int_2, this.int_2); this.int_2 = 0; } }
public Stream19(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.class201_0 = new Class201(stream_1, int_0); }
public Stream19(Stream stream_1, Class196 class196_1) : this(stream_1, class196_1, 4096) { }