Esempio n. 1
0
 public void m0000d0(c0000cc p0)
 {
     if (this.f000010 > 0)
     {
         p0.m000011(this.f00001d, this.f00000f - this.f000010, this.f000010);
         this.f000010 = 0;
     }
 }
Esempio n. 2
0
 public c0000cf(Stream p0, c0000cc p1, int p2)
 {
     this.f000056 = true;
     if (p0 == null)
     {
         throw new ArgumentNullException("baseInputStream");
     }
     if (p1 == null)
     {
         throw new ArgumentNullException("inflater");
     }
     if (p2 <= 0)
     {
         throw new ArgumentOutOfRangeException("bufferSize");
     }
     this.f000130 = p0;
     this.f000059 = p1;
     this.f00002d = new c0000cb(p0, p2);
 }