public class Pipe extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Pipe.StatusHandler |
| Constructor and Description |
|---|
Pipe() |
| Modifier and Type | Method and Description |
|---|---|
Pipe |
pipe(InputStream in,
OutputStream out,
Pipe.StatusHandler statusHandler) |
void |
waitForCompletion(long timeout,
TimeUnit units) |
public Pipe pipe(InputStream in, OutputStream out, Pipe.StatusHandler statusHandler)
public void waitForCompletion(long timeout,
TimeUnit units)
throws InterruptedException
InterruptedExceptionCopyright © 2013–2017 V5 Analytics. All rights reserved.