this.out = out;
try { out.write(text); out.flush(); } catch (IOException ex) { System.err.println(ex); }