static PrintWriter printWriter(OutputStream out) { ret newPrintWriter(out); } static PrintWriter printWriter(Writer out) { ret newPrintWriter(out); }