Class OutputStreamByteOutput
java.lang.Object
cool.scx.io.OutputStreamByteOutput
- All Implemented Interfaces:
ByteOutput, AutoCloseable
OutputStreamByteOutput
- Version:
- 0.0.1
- Author:
- scx567888
-
Constructor Details
-
OutputStreamByteOutput
-
-
Method Details
-
write
- Specified by:
writein interfaceByteOutput- Throws:
ScxIOExceptionAlreadyClosedException
-
write
- Specified by:
writein interfaceByteOutput- Throws:
ScxIOExceptionAlreadyClosedException
-
write
- Specified by:
writein interfaceByteOutput- Throws:
ScxIOExceptionAlreadyClosedException
-
flush
- Specified by:
flushin interfaceByteOutput- Throws:
ScxIOExceptionAlreadyClosedException
-
isClosed
public boolean isClosed()- Specified by:
isClosedin interfaceByteOutput
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceByteOutput- Throws:
ScxIOException
-
outputStream
-