org.apache.openejb.util
Class Tee
java.lang.Object
org.apache.openejb.util.Tee
- All Implemented Interfaces:
- Runnable
public final class Tee
- 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 |
Tee
public Tee(InputStream in,
OutputStream... out)
read
public static InputStream read(Process process)
pipe
public static void pipe(InputStream in,
OutputStream out)
run
public void run()
- Specified by:
run in interface Runnable
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.