java.lang.Object
|
+--java.io.OutputStream
|
+--de.cgarbs.io.NullOutputStream
An OutputStream that eats up all data (aka Null Device)
This class is licensed under the GNU LESSER GENERAL PUBLIC LICENSE.
| Constructor Summary | |
NullOutputStream()
|
|
| Method Summary | |
void |
write(int i)
Writes the specified byte into the digital Nirvana. |
| 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 NullOutputStream()
| Method Detail |
public void write(int i)
i - the byte to be written