org.ujac.util.io
Class NullDeviceOutputStream
java.lang.Object
java.io.OutputStream
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
Method Summary |
void |
write(int b)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullDeviceOutputStream
public NullDeviceOutputStream()
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.