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