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