public class IOPipe extends Object
| Constructor and Description |
|---|
IOPipe() |
| Modifier and Type | Method and Description |
|---|---|
static void |
asyncCopy(InputStream in,
OutputStream out) |
static void |
copy(InputStream in,
OutputStream out) |
static IOPipe |
createPipe(int size) |
PipedInputStream |
getIn() |
PipedOutputStream |
getOut() |
public static IOPipe createPipe(int size) throws IOException
IOExceptionpublic PipedOutputStream getOut()
public PipedInputStream getIn()
public static void asyncCopy(InputStream in, OutputStream out) throws IOException
IOExceptionpublic static void copy(InputStream in, OutputStream out) throws IOException
IOExceptionCopyright © 2022 vpc open source initiative. All rights reserved.