Package org.spf4j.zel.vm
Class ProcessIOStreams
- java.lang.Object
-
- org.spf4j.zel.vm.ProcessIOStreams
-
-
Constructor Summary
Constructors Constructor Description ProcessIOStreams(InputStream in, OutputStream out, OutputStream err)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OutputStreamgetErr()InputStreamgetIn()OutputStreamgetOut()StringtoString()
-
-
-
Field Detail
-
DEFAULT
public static final ProcessIO DEFAULT
-
-
Constructor Detail
-
ProcessIOStreams
public ProcessIOStreams(InputStream in, OutputStream out, OutputStream err)
-
-
Method Detail
-
getIn
public InputStream getIn()
-
getOut
public OutputStream getOut()
-
getErr
public OutputStream getErr()
-
-