private class MainCmd.ShowCmdOutput
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
(package private) int |
nCtrl
control of the output medium.
|
(package private) java.io.BufferedReader |
reader
The reader to read the contents
|
(package private) java.lang.Appendable |
uOutput
Captures the output if not null, see constructor
|
Constructor and Description | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ShowCmdOutput(java.lang.Appendable output,
int nCtrl,
java.io.BufferedReader in)
Creates a new ShowCmdOutput
The output is directed in the followed manner with the value of nCtrl
|