public class IOResult extends Object
| Constructor and Description |
|---|
IOResult(int code,
byte[] out,
byte[] err) |
| Modifier and Type | Method and Description |
|---|---|
int |
code() |
byte[] |
err() |
String |
errString() |
byte[] |
out() |
String |
outString() |
Copyright © 2026 vpc open source initiative. All rights reserved.