Exemplo n.º 1
0
 public void print(Reader in) throws IOException {
   StreamUtils.copy(in, _out);
   _out.flush();
 }
Exemplo n.º 2
0
 public void println() {
   _out.print("\r\n");
   _out.flush();
 }