byucc.jhdl.apps.Jab
Class JabConsoleWriter

java.lang.Object
  extended byjava.io.Writer
      extended bybyucc.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

Field Summary
 
Fields inherited from class java.io.Writer
lock
 
Constructor Summary
JabConsoleWriter()
           
 
Method Summary
 void close()
           
 void flush()
           
static void main(java.lang.String[] args)
           
static void setCLIConsole(CLIConsole con)
           
 java.lang.String toString()
           
 void write(char[] cbuf, int off, int len)
           
 
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
 

Constructor Detail

JabConsoleWriter

public JabConsoleWriter()
Method Detail

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.