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 AutoCloseable
close
in interface Channel
close
in interface Closeable
IOException
default int read(ByteBuffer byteBuffer) throws IOException
read
in interface ReadableByteChannel
IOException
Copyright © 2016–2021 Smart Data Analytics (SDA) Research Group. All rights reserved.