Package org.aksw.commons.io.process.pipe
Class PipeTransformSysCall
- java.lang.Object
-
- org.aksw.commons.io.process.pipe.PipeTransformSysCall
-
- All Implemented Interfaces:
PipeTransform
public class PipeTransformSysCall extends Object implements PipeTransform
-
-
Field Summary
Fields Modifier and Type Field Description protected SysCallPipeSpecpipeSpec
-
Constructor Summary
Constructors Constructor Description PipeTransformSysCall(SysCallPipeSpec pipeSpec)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.function.BiFunction<Path,Path,FileCreation>mapPathToPath()java.util.function.Function<Path,InputStream>mapPathToStream()java.util.function.BiFunction<InputStream,Path,FileCreation>mapStreamToPath()java.util.function.Function<InputStream,InputStream>mapStreamToStream()
-
-
-
Field Detail
-
pipeSpec
protected SysCallPipeSpec pipeSpec
-
-
Constructor Detail
-
PipeTransformSysCall
public PipeTransformSysCall(SysCallPipeSpec pipeSpec)
-
-
Method Detail
-
mapStreamToStream
public java.util.function.Function<InputStream,InputStream> mapStreamToStream()
- Specified by:
mapStreamToStreamin interfacePipeTransform
-
mapStreamToPath
public java.util.function.BiFunction<InputStream,Path,FileCreation> mapStreamToPath()
- Specified by:
mapStreamToPathin interfacePipeTransform
-
mapPathToStream
public java.util.function.Function<Path,InputStream> mapPathToStream()
- Specified by:
mapPathToStreamin interfacePipeTransform
-
mapPathToPath
public java.util.function.BiFunction<Path,Path,FileCreation> mapPathToPath()
- Specified by:
mapPathToPathin interfacePipeTransform
-
-