Interface ByteOutput
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
NullByteOutput, OutputStreamByteOutput
-
Method Summary
-
Method Details
-
write
- Throws:
ScxIOExceptionAlreadyClosedException
-
write
- Throws:
ScxIOExceptionAlreadyClosedException
-
write
- Throws:
ScxIOExceptionAlreadyClosedException
-
flush
- Throws:
ScxIOExceptionAlreadyClosedException
-
isClosed
boolean isClosed() -
close
- Specified by:
closein interfaceAutoCloseable- Throws:
ScxIOException
-