Interface ReadableByteChannelDecorator<T extends ReadableByteChannel>

All Superinterfaces:
AutoCloseable, Channel, Closeable, ReadableByteChannel
All Known Implementing Classes:
ReadableByteChannelDecoratorBase, ReadableByteChannelWithConditionalBound, ReadableByteChannelWithLimitByNewline

public interface ReadableByteChannelDecorator<T extends ReadableByteChannel> extends ReadableByteChannel
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
     
     
    default boolean
     
    default int
    read(ByteBuffer byteBuffer)