Package org.aksw.commons.io.process.pipe
Interface PipeToPath
-
public interface PipeToPath
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileCreationgetFileCreation()OutputStreamgetOutputStream()
-
-
-
Method Detail
-
getOutputStream
OutputStream getOutputStream()
-
getFileCreation
FileCreation getFileCreation()
-
-