fr.gedeon.telnetservice.util
Class NullOutputStream
java.lang.Object
java.io.OutputStream
fr.gedeon.telnetservice.util.NullOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
public class NullOutputStream
- extends OutputStream
Null implementation of OutputStream
, does nothing with the output.
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
Copyright © 2008. All Rights Reserved.