fr.gedeon.telnetservice.util
Class NullOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by fr.gedeon.telnetservice.util.NullOutputStream
All Implemented Interfaces:
Closeable, Flushable

public class NullOutputStream
extends OutputStream

Null implementation of OutputStream, does nothing with the output.


Constructor Summary
NullOutputStream()
           
 
Method Summary
 void write(int b)
           
 
Methods inherited from class java.io.OutputStream
close, flush, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullOutputStream

public NullOutputStream()
Method Detail

write

public void write(int b)
           throws IOException
Specified by:
write in class OutputStream
Throws:
IOException


Copyright © 2008. All Rights Reserved.