Class NullCheckedOutputStream
java.lang.Object
java.io.OutputStream
cool.scx.io.io_stream.CheckedOutputStream
cool.scx.io.io_stream.NullCheckedOutputStream
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
什么都不处理的 输出流
- Version:
- 0.0.1
- Author:
- scx567888
-
Field Summary
Fields inherited from class cool.scx.io.io_stream.CheckedOutputStream
closed -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class cool.scx.io.io_stream.CheckedOutputStream
ensureOpen, isClosedMethods inherited from class java.io.OutputStream
nullOutputStream
-
Constructor Details
-
NullCheckedOutputStream
public NullCheckedOutputStream()
-
-
Method Details
-
write
- Specified by:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
flush
- Specified by:
flushin interfaceFlushable- Overrides:
flushin classOutputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream- Throws:
IOException
-