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