Package jadex.common
Class NullOutputStream
java.lang.Object
java.io.OutputStream
jadex.common.NullOutputStream
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
An output stream that writes to dev null.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.OutputStream
close, flush, nullOutputStream
-
Constructor Details
-
NullOutputStream
public NullOutputStream()
-
-
Method Details
-
write
Write to dev null.- Specified by:
write
in classOutputStream
- Throws:
IOException
-
write
Write to dev null.- Overrides:
write
in classOutputStream
- Throws:
IOException
-
write
Write to dev null.- Overrides:
write
in classOutputStream
- Throws:
IOException
-