Ejemplo n.º 1
0
 public zzStreamClass106(Stream stream_1, int int_2)
 {
     this._stream     = stream_1;
     this.int_0       = int_2;
     this._buffer     = new byte[this.int_0];
     this._circBuffer = new CircularByteBuffer(this.int_0);
 }
Ejemplo n.º 2
0
 public ZzStreamClass106(Stream stream1, int int2)
 {
     _stream     = stream1;
     _int0       = int2;
     _buffer     = new byte[_int0];
     _circBuffer = new CircularByteBuffer(_int0);
 }