private class MainCmd.ShowCmdOutput
extends java.lang.Object
implements java.lang.Runnable
| Modifier and Type | Field and Description | 
|---|---|
| (package private) int | nCtrlcontrol of the output medium. | 
| (package private) java.io.BufferedReader | readerThe reader to read the contents | 
| (package private) java.lang.Appendable | uOutputCaptures 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
         
 
 |