示例#1
0
 public InStream(OutStream _out)
 {
     this._out = _out;
 }