java.lang.Object
java.io.OutputStream
com.drew.lang.NullOutputStream
- public class NullOutputStream
- extends java.io.OutputStream
|
Method Summary |
void |
write(int b)
This method writes a single byte to the output stream. |
| 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 java.io.IOException
- Description copied from class:
java.io.OutputStream
- This method writes a single byte to the output stream. The byte written
is the low eight bits of the
int passed and a argument.
Subclasses must provide an implementation of this abstract method