org.ujac.util.io
Class NullDeviceOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by org.ujac.util.io.NullDeviceOutputStream
All Implemented Interfaces:
Closeable, Flushable

public class NullDeviceOutputStream
extends OutputStream

Name: NullDeviceOutputStream
Description: A output stream implementation that acts like the null device.

Author:
lauerc

Constructor Summary
NullDeviceOutputStream()
           
 
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

NullDeviceOutputStream

public NullDeviceOutputStream()
Method Detail

write

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


Copyright © 2003-2004 UJAC.org. All Rights Reserved.