public abstract class SystemStreamType
extends java.lang.Object
System.err
and System.out
.Modifier and Type | Field and Description |
---|---|
static SystemStreamType |
ERR
Deprecated.
|
static SystemStreamType |
OUT
Deprecated.
|
Constructor and Description |
---|
SystemStreamType()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected abstract java.io.PrintStream |
get()
Deprecated.
|
static SystemStreamType |
getByName(java.lang.String streamName)
Deprecated.
|
void |
resetPrintStream()
Deprecated.
|
protected abstract void |
set(java.io.PrintStream stream)
Deprecated.
|
void |
setPrintStream(java.io.PrintStream stream)
Deprecated.
|
public static final SystemStreamType ERR
public static final SystemStreamType OUT
public void resetPrintStream()
public void setPrintStream(java.io.PrintStream stream)
protected abstract void set(java.io.PrintStream stream)
protected abstract java.io.PrintStream get()
public static SystemStreamType getByName(java.lang.String streamName)
JDemo homepage: http://www.jdemo.de
Copyright © 2003-2012 Markus Gebhard. All Rights Reserved.