|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.io.OutputStream
de.unibi.techfak.misc.NilOutputStream
public class NilOutputStream
This OutputStream is designed to absorb all
output as if it would be send to /dev/null.
Thus it acts as a big black hole.
| Constructor Summary | |
|---|---|
NilOutputStream()
|
|
| Method Summary | |
|---|---|
void |
write(int b)
Does nothing but to return. |
| Methods inherited from class java.io.OutputStream |
|---|
close, flush, write, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NilOutputStream()
| Method Detail |
|---|
public void write(int b)
write in class java.io.OutputStream
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||