Class ByteOutputOutputStream
java.lang.Object
java.io.OutputStream
cool.scx.io.adapter.ByteOutputOutputStream
- All Implemented Interfaces:
ByteOutputAdapter, Closeable, Flushable, AutoCloseable
ByteOutputOutputStream
- Version:
- 0.0.1
- Author:
- scx567888
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class OutputStream
nullOutputStream
-
Constructor Details
-
ByteOutputOutputStream
-
-
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
-
byteOutput
- Specified by:
byteOutputin interfaceByteOutputAdapter
-