public class PipeTransformSysCallStream extends Object implements PipeTransform
| Modifier and Type | Field and Description |
|---|---|
protected String[] |
cmd |
protected ProcessPipeEngine |
engine |
| Constructor and Description |
|---|
PipeTransformSysCallStream(String[] cmd) |
PipeTransformSysCallStream(String[] cmd,
ProcessPipeEngine engine) |
| Modifier and Type | Method and Description |
|---|---|
BiFunction<Path,Path,FileCreation> |
mapPathToPath() |
Function<Path,InputStream> |
mapPathToStream() |
BiFunction<InputStream,Path,FileCreation> |
mapStreamToPath() |
Function<InputStream,InputStream> |
mapStreamToStream() |
protected String[] cmd
protected ProcessPipeEngine engine
public PipeTransformSysCallStream(String[] cmd)
public PipeTransformSysCallStream(String[] cmd, ProcessPipeEngine engine)
public Function<InputStream,InputStream> mapStreamToStream()
mapStreamToStream in interface PipeTransformpublic BiFunction<InputStream,Path,FileCreation> mapStreamToPath()
mapStreamToPath in interface PipeTransformpublic Function<Path,InputStream> mapPathToStream()
mapPathToStream in interface PipeTransformpublic BiFunction<Path,Path,FileCreation> mapPathToPath()
mapPathToPath in interface PipeTransformCopyright © 2020. All rights reserved.