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