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>
-
Field Details
-
delegate
-
-
Constructor Details
-
ReadableByteChannelDecoratorBase
-
-
Method Details
-
getDelegate
- Specified by:
getDelegatein interfaceReadableByteChannelDecorator<T extends ReadableByteChannel>
-