コード例 #1
0
ファイル: ProgramWrite.cs プロジェクト: barneyCr/levrec
 public InStream(OutStream _out)
 {
     this._out = _out;
 }