| Interface | Description |
|---|---|
| PathToStream | |
| 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 | 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
|
| PipeTransformSysCall | |
| PipeTransformSysCallStream |
Implementation of a pipe transform that pipes all
arguments to a streaming syscall
|
| ProcessPipeEngineNative | |
| 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 stream
|
| SysCallPipeBuilder |
Copyright © 2020. All rights reserved.