org.riotfamily.common.io
Class NullOutputStream
java.lang.Object
java.io.OutputStream
org.riotfamily.common.io.NullOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
public class NullOutputStream
- extends OutputStream
- Since:
- 6.5
- Author:
- Felix Gnass [fgnass at neteye dot de]
Method Summary |
void |
write(int b)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullOutputStream
public NullOutputStream()
write
public void write(int b)
throws IOException
- Specified by:
write
in class OutputStream
- Throws:
IOException