Searched refs:IO (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/java/lang/Runtime/exec/
H A DExecWithInput.java59 IO ioIn = new IO("stdin", in, p.getOutputStream());
60 IO ioOut = new IO("stdout", p.getInputStream(), System.out);
61 IO ioErr = new IO("stderr", p.getErrorStream(), System.err);
79 * Handle IO. Thread is started in constructor.
81 static class IO extends Thread { class in class:ExecWithInput
86 IO(String name, InputStream in, OutputStream out) method in class:ExecWithInput.IO
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/privateutil/
H A DPolicyUtils.java93 public static class IO { class in class:PolicyUtils
94 private static final PolicyLogger LOGGER = PolicyLogger.getLogger(PolicyUtils.IO.class);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/jaxws/
H A DPolicyWSDLParserExtension.java638 PolicyUtils.IO.closeResource(reader);
639 PolicyUtils.IO.closeResource(ios);

Completed in 34 milliseconds