- java.lang.Object
-
- java.io.OutputStream
-
- com.ibm.jvm.dtfjview.Output
-
- All Implemented Interfaces:
IOutputChannel
,IOutputManager
,Closeable
,Flushable
,AutoCloseable
public class Output extends OutputStream implements IOutputManager
-
-
Constructor Summary
Constructors Constructor Description Output()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addChannel(IOutputChannel channel, boolean printLastInput)
void
removeFileChannel()
void
setConsoleNoPrint(boolean noPrint)
-
Methods declared in class java.io.OutputStream
close, flush, nullOutputStream, write, write, write
-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods declared in interface com.ibm.jvm.dtfjview.spi.IOutputChannel
close, flush, print, println, printPrompt
-
Methods declared in interface com.ibm.jvm.dtfjview.spi.IOutputManager
addChannel, clearBuffer, getBuffer, getPrintStream, removeAllChannels, removeChannel, removeChannel, setBuffering
-
-
-
-
Method Detail
-
addChannel
public void addChannel(IOutputChannel channel, boolean printLastInput)
-
removeFileChannel
public void removeFileChannel()
-
setConsoleNoPrint
public void setConsoleNoPrint(boolean noPrint)
-
-