Ejemplo n.º 1
0
 public static Runtime getRuntime(PrintWriter out, Reader in, PrintWriter err) throws ControlFlow {
   Runtime r = new Runtime(out, in, err);
   r.init();
   return r;
 }