- java.lang.Object
-
- com.ibm.jvm.dtfjview.FileOutputChannel
-
- All Implemented Interfaces:
IOutputChannel
public class FileOutputChannel extends Object implements IOutputChannel
-
-
Constructor Summary
Constructors Constructor Description FileOutputChannel(FileWriter f, File file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
error(String outputString)
void
error(String msg, Exception e)
void
printInput(long timestamp, String prompt, String outputString)
-
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
-
-