org.jboss.util.stream
public final class: NullOutputStream [javadoc |
source]
java.lang.Object
java.io.OutputStream
org.jboss.util.stream.NullOutputStream
All Implemented Interfaces:
Closeable, Flushable
A
null OutputStream. All values passed to
#write(int) are discarded. Calls to
#flush() and
#close() are ignored.
All methods are declared NOT to throw IOExceptions.
- version:
< - tt>$Revision: 1.1 $
- author:
< - a href="mailto:jason@planet57.com">Jason Dillon
| Field Summary |
|---|
| public static final NullOutputStream | STREAM | A default null output stream. |