Constructor and Description |
---|
Command.Result(int returnCode,
byte[] stdout,
byte[] stderr)
Construct a result.
|
Modifier and Type | Method and Description |
---|---|
int |
getReturnCode() |
byte[] |
getStderr()
Returns internal byte array without copying.
|
byte[] |
getStdout()
Returns internal byte array without copying.
|