public interface ReadableByteChannelDecorator<T extends ReadableByteChannel> extends ReadableByteChannel
| Modifier and Type | Method and Description |
|---|---|
default void |
close() |
T |
getDelegate() |
default boolean |
isOpen() |
default int |
read(ByteBuffer byteBuffer) |
T getDelegate()
default void close()
throws IOException
close in interface AutoCloseableclose in interface Channelclose in interface CloseableIOExceptiondefault int read(ByteBuffer byteBuffer) throws IOException
read in interface ReadableByteChannelIOExceptionCopyright © 2016–2021 Smart Data Analytics (SDA) Research Group. All rights reserved.