Package net.sansa_stack.nio.util
Interface WritableByteChannelWrapper
- All Superinterfaces:
AutoCloseable,Channel,Closeable,WritableByteChannel
- All Known Implementing Classes:
WritableByteChannelWrapperBase
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidclose()default booleanisOpen()default intwrite(ByteBuffer byteBuffer)
-
Method Details
-
getDelegate
WritableByteChannel getDelegate() -
isOpen
default boolean isOpen() -
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceChannel- Specified by:
closein interfaceCloseable- Throws:
IOException
-
write
- Specified by:
writein interfaceWritableByteChannel- Throws:
IOException
-