@Immutable public final class ProcessIOStreams extends Object implements ProcessIO
Constructor and Description |
---|
ProcessIOStreams(InputStream in,
PrintStream out,
PrintStream err) |
Modifier and Type | Method and Description |
---|---|
PrintStream |
getErr() |
InputStream |
getIn() |
PrintStream |
getOut() |
String |
toString() |
public static final ProcessIO DEFAULT
public ProcessIOStreams(InputStream in, PrintStream out, PrintStream err)
public InputStream getIn()
public PrintStream getOut()
public PrintStream getErr()
Copyright © 2018 SPF4J. All rights reserved.