Class ReadableByteChannelDecoratorBase<T extends ReadableByteChannel>

java.lang.Object
org.aksw.commons.io.util.channel.ReadableByteChannelDecoratorBase<T>
All Implemented Interfaces:
Closeable, AutoCloseable, Channel, ReadableByteChannel, ReadableByteChannelDecorator<T>
Direct Known Subclasses:
ReadableByteChannelWithConditionalBound, ReadableByteChannelWithLimitByNewline

public class ReadableByteChannelDecoratorBase<T extends ReadableByteChannel> extends Object implements ReadableByteChannelDecorator<T>