コード例 #1
0
 public string ReadLine() => OutB.ReadLine();
コード例 #2
0
 public void EndRead(bool resetInput = true) => OutB.EndRead(resetInput);
コード例 #3
0
 public void Write(object o) => OutB.AppendExtern(o);