Class BoundStageByteSource
java.lang.Object
org.aksw.shellgebra.exec.stage.BoundStageByteSource
- All Implemented Interfaces:
BoundStage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecToFile(Path hostPath, PathLifeCycle pathLifeCycle) execToRegularFile(Path hostPath) com.google.common.io.ByteSource
-
Constructor Details
-
BoundStageByteSource
public BoundStageByteSource(com.google.common.io.ByteSource byteSource)
-
-
Method Details
-
toByteSource
public com.google.common.io.ByteSource toByteSource()- Specified by:
toByteSourcein interfaceBoundStage
-
execToRegularFile
- Specified by:
execToRegularFilein interfaceBoundStage
-
execToFile
- Specified by:
execToFilein interfaceBoundStage
-
runToHostPipe
- Specified by:
runToHostPipein interfaceBoundStage
-