org.apache.openejb.util
Class Pipe
java.lang.Object
org.apache.openejb.util.Pipe
- All Implemented Interfaces:
- Runnable
public final class Pipe
- extends Object
- implements Runnable
- Version:
- $Rev$ $Date$
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Pipe
public Pipe(InputStream in,
OutputStream out)
pipeOut
public static void pipeOut(Process process)
pipe
public static void pipe(Process process)
read
public static void read(Process process)
pipe
public static void pipe(InputStream in,
OutputStream out)
run
public void run()
- Specified by:
run in interface Runnable
Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.