Package org.aksw.commons.io.process.pipe
Interface PipeToInputStream
-
public interface PipeToInputStream
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStreamgetInputStream()OutputStreamgetOutputStream()
-
-
-
Method Detail
-
getOutputStream
OutputStream getOutputStream()
-
getInputStream
InputStream getInputStream()
-
-