J-Sim v1.2.1-p7 API

drcl.ruv
Class RUVOutputManager

java.lang.Object
  extended byjava.io.OutputStream
      extended bydrcl.ruv.RUVOutputManager

public class RUVOutputManager
extends java.io.OutputStream


Field Summary
static RUVOutputManager onlyManager
           
static java.io.PrintStream SYSTEM_ERR
           
static java.io.PrintStream SYSTEM_OUT
           
 
Method Summary
static void activate()
           
static void addOutput(java.io.OutputStream o_)
           
static void addOutput(RUVOutput o_)
           
static void deactivate()
           
static void eprint(java.lang.String s_)
          Prints out the message on the standard err.
static void eprintln(java.lang.String s_)
          Prints out the message on the standard err.
static void print(java.lang.String s_)
          Prints out the message on the standard output.
static void println(java.lang.String s_)
          Prints out the message on the standard output.
static void removeOutput(java.io.OutputStream o_)
           
static void removeOutput(RUVOutput o_)
           
 void write(byte[] b)
           
 void write(byte[] b, int off, int len)
           
 void write(int b)
           
 
Methods inherited from class java.io.OutputStream
close, flush
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SYSTEM_OUT

public static final java.io.PrintStream SYSTEM_OUT

SYSTEM_ERR

public static final java.io.PrintStream SYSTEM_ERR

onlyManager

public static final RUVOutputManager onlyManager
Method Detail

activate

public static void activate()

deactivate

public static void deactivate()

write

public void write(int b)
           throws java.io.IOException
Throws:
java.io.IOException

write

public void write(byte[] b)
           throws java.io.IOException
Throws:
java.io.IOException

write

public void write(byte[] b,
                  int off,
                  int len)
           throws java.io.IOException
Throws:
java.io.IOException

addOutput

public static void addOutput(RUVOutput o_)

addOutput

public static void addOutput(java.io.OutputStream o_)

removeOutput

public static void removeOutput(java.io.OutputStream o_)

removeOutput

public static void removeOutput(RUVOutput o_)

print

public static void print(java.lang.String s_)
Prints out the message on the standard output.


println

public static void println(java.lang.String s_)
Prints out the message on the standard output.


eprint

public static void eprint(java.lang.String s_)
Prints out the message on the standard err.


eprintln

public static void eprintln(java.lang.String s_)
Prints out the message on the standard err.


J-Sim v1.2.1-p7 API

Copyright © 1998-2003 Distributed Real-time Computing Lab (DRCL). All Rights Reserved.     ~ To J-Sim Home ~