|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.io.OutputStream | +--org.javagroup.util.StandardErrorStream
Wrapper stream for redirecting calls to a Namespace-registered counterpart.
Constructor Summary | |
StandardErrorStream()
|
Method Summary | |
void |
write(byte[] value,
int a,
int b)
|
void |
write(int value)
|
Methods inherited from class java.io.OutputStream |
close,
flush,
write |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public StandardErrorStream()
Method Detail |
public void write(int value) throws java.io.IOException
public void write(byte[] value, int a, int b) throws java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |