|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.imagero.uio.Sys
| Nested Class Summary | |
static class |
Sys.PrintStreamFilter
|
| Field Summary | |
static Sys.PrintStreamFilter |
err
|
static Sys.PrintStreamFilter |
out
|
| Constructor Summary | |
Sys()
|
|
| Method Summary | |
static Sys.PrintStreamFilter |
getErr()
|
static Sys.PrintStreamFilter |
getOut()
|
static void |
setErr(java.io.PrintStream err)
Set PrintStream used for output. |
static void |
setOut(java.io.PrintStream out)
Set PrintStream used for output. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final Sys.PrintStreamFilter out
public static final Sys.PrintStreamFilter err
| Constructor Detail |
public Sys()
| Method Detail |
public static Sys.PrintStreamFilter getErr()
public static void setErr(java.io.PrintStream err)
err - PrintStream or nullpublic static Sys.PrintStreamFilter getOut()
public static void setOut(java.io.PrintStream out)
out - PrintStream or null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||