Class IOPipe
java.lang.Object
net.thevpc.nsh.util.IOPipe
- Author:
- thevpc
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidasyncCopy(InputStream in, OutputStream out) static voidcopy(InputStream in, OutputStream out) static IOPipecreatePipe(int size) getIn()getOut()
-
Constructor Details
-
IOPipe
public IOPipe()
-
-
Method Details
-
createPipe
- Throws:
IOException
-
getOut
-
getIn
-
asyncCopy
- Throws:
IOException
-
copy
- Throws:
IOException
-