Package org.aksw.commons.io.process.pipe
-
Interface Summary Interface Description PathToPath PathToStream PipeToInputStream PipeToPath PipeTransform PipeTransformChain ProcessPipeEngine Interface to perform process execution.ProcessSink StreamToStream SysCallPipeSpec This is just the plain command construction - it does not involve operator metadata whether e.g. -
Class Summary Class Description InputStreamOrPath Object that holds either an input stream or a path.OutputStreamOrPath Object that holds either an output stream or a path.PipeTransformRx RxWrapper for pipe transforms 'Polyfills' the path-based operations (mapStreamToPath, mapPathToStream, mapPathtoPath) using mapStreamToStream.PipeTransformSysCall PipeTransformSysCallStream Implementation of a pipe transform that pipes all arguments to a streaming syscallProcessPipeEngineNative ProcessPipeUtils Utility functions to create file and input stream transform based on system calls InputStreams passed as arguments to the various processors are considered to be owned by the processors.ProcessSinkImpl A helper class to obtain process output as file or a streamSysCallPipeBuilder