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