Package me.saro.commons
Class NullOutputStream
- java.lang.Object
-
- java.io.OutputStream
-
- me.saro.commons.NullOutputStream
-
- All Implemented Interfaces:
java.io.Closeable,java.io.Flushable,java.lang.AutoCloseable
public class NullOutputStream extends java.io.OutputStreamnull output stream
this stream does not action
this class using that throw out to the output stream data- Since:
- 2.0
- Author:
- PARK Yong Seo
-
-
Constructor Summary
Constructors Constructor Description NullOutputStream()
-
Method Summary
Modifier and Type Method Description voidwrite(int b)
-