byucc.jhdl.apps.Jab
Class JabConsoleWriter
java.lang.Object
java.io.Writer
byucc.jhdl.apps.Jab.JabConsoleWriter
- public class JabConsoleWriter
- extends java.io.Writer
This class extends Writer
. It is designed for use with for
use with JHDLOutput
. It is used to redirect the
output to the Jab Console.
- Version:
- 1.0
- Author:
- Scott Hemmert
Fields inherited from class java.io.Writer |
lock |
Methods inherited from class java.io.Writer |
write, write, write, write |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JabConsoleWriter
public JabConsoleWriter()
setCLIConsole
public static void setCLIConsole(CLIConsole con)
flush
public void flush()
throws java.io.IOException
- Throws:
java.io.IOException
close
public void close()
throws java.io.IOException
- Throws:
java.io.IOException
write
public void write(char[] cbuf,
int off,
int len)
toString
public java.lang.String toString()
main
public static void main(java.lang.String[] args)
Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.