private static final class LogicalStream.Entry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private byte[] |
b |
private int |
len |
private int |
off |
private boolean |
stdout |
Modifier | Constructor and Description |
---|---|
private |
Entry(boolean stdout,
byte[] b,
int off,
int len) |
Modifier and Type | Method and Description |
---|---|
private void |
writeDetails(ConsoleOutputReceiver outputReceiver) |
private final boolean stdout
private final byte[] b
private final int off
private final int len
private void writeDetails(ConsoleOutputReceiver outputReceiver)