drcl.ruv
Class RUVOutputManager
java.lang.Object
java.io.OutputStream
drcl.ruv.RUVOutputManager
- public class RUVOutputManager
- extends java.io.OutputStream
|
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 |
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
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.
Copyright © 1998-2003 Distributed Real-time Computing Lab (DRCL). All Rights Reserved. ~ To J-Sim Home ~