Package org.spf4j.zel.vm
Interface ProcessIO
-
- All Known Implementing Classes:
ProcessIOStreams
public interface ProcessIO- Author:
- zoly
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OutputStreamgetErr()InputStreamgetIn()OutputStreamgetOut()
-
-
-
Method Detail
-
getErr
OutputStream getErr()
-
getIn
InputStream getIn()
-
getOut
OutputStream getOut()
-
-