Search Results
OK to copy?
Examples 1 through 2 of
2 (0.013000000000000001 seconds)
Class:
org.apache.tools.ant.Main
©,
Rating:
0% of 0,
C3
Class: org.apache.tools.ant.Main ©, Rating: 100% of 1, C3
0681 System.setOut(out);
0682 System.setErr(err);
0683 System.setIn(in);
0684 }
0685 } catch (RuntimeException exc) {
Class: org.apache.tools.ant.Main ©, Rating: 100% of 1, C3
0619 project.setDefaultInputStream(System.in);
0620 }
0621 System.setIn(new DemuxInputStream(project));
0622 System.setOut(new PrintStream(new DemuxOutputStream(project, false)));
0623 System.setErr(new PrintStream(new DemuxOutputStream(project, true)));
Result Page:
1