public static class OutputDevice.OutputStream
extends java.io.OutputStream
Constructor and Description |
---|
OutputStream(OutputDevice.Interface CLI_OutputDevice)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
write(int b)
Output handler.
|
public OutputStream(OutputDevice.Interface CLI_OutputDevice)
CLI_OutputDevice
- Output device this stream should be attached to.