Package fmpp.util
Class NullOutputStream
java.lang.Object
java.io.OutputStream
fmpp.util.NullOutputStream
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
OutputStream
that simply drops what it gets.-
Field Summary
Fields -
Method Summary
Methods inherited from class java.io.OutputStream
close, flush, nullOutputStream, write
-
Field Details
-
INSTANCE
-
-
Method Details
-
write
- Specified by:
write
in classOutputStream
- Throws:
IOException
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-