public class PipeTransformSysCall extends Object implements PipeTransform
| Modifier and Type | Field and Description |
|---|---|
protected SysCallPipeSpec |
pipeSpec |
| Constructor and Description |
|---|
PipeTransformSysCall(SysCallPipeSpec pipeSpec) |
| 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 SysCallPipeSpec pipeSpec
public PipeTransformSysCall(SysCallPipeSpec pipeSpec)
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.