com.sibvisions.util.io
Class NullOutputStream
java.lang.Object
java.io.OutputStream
com.sibvisions.util.io.NullOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
public class NullOutputStream
- extends OutputStream
The NullOutputStream is an OutputStream which doesn't write anything.
|
Constructor Summary |
NullOutputStream()
Creates a new instance of NullOutputStream. |
|
Method Summary |
void |
write(int pData)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullOutputStream
public NullOutputStream()
- Creates a new instance of
NullOutputStream.
write
public void write(int pData)
throws IOException
-
- Specified by:
write in class OutputStream
- Throws:
IOException
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.