org.biojava3.ronn
Class NullOutputStream
java.lang.Object
java.io.OutputStream
org.biojava3.ronn.NullOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
public final class NullOutputStream
- extends OutputStream
The stream that void its input
- Since:
- 3.0.2
- Version:
- 1.0
- Author:
- Petr Troshin
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