Class PipeTransformSysCallStream
java.lang.Object
org.aksw.commons.io.process.pipe.PipeTransformSysCallStream
- All Implemented Interfaces:
PipeTransform
Implementation of a pipe transform that pipes all
arguments to a streaming syscall
- Author:
- raven
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPipeTransformSysCallStream(String[] cmd) PipeTransformSysCallStream(String[] cmd, ProcessPipeEngine engine) -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
cmd
-
engine
-
-
Constructor Details
-
PipeTransformSysCallStream
-
PipeTransformSysCallStream
-
-
Method Details
-
mapStreamToStream
- Specified by:
mapStreamToStreamin interfacePipeTransform
-
mapStreamToPath
- Specified by:
mapStreamToPathin interfacePipeTransform
-
mapPathToStream
- Specified by:
mapPathToStreamin interfacePipeTransform
-
mapPathToPath
- Specified by:
mapPathToPathin interfacePipeTransform
-