Package org.aksw.commons.io.process.pipe
Interface ProcessSink
-
- All Known Implementing Classes:
ProcessSinkImpl
public interface ProcessSink
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStreamgetInputStream()FileCreationredirectTo(Path path)
-
-
-
Method Detail
-
getInputStream
InputStream getInputStream()
-
redirectTo
FileCreation redirectTo(Path path)
-
-