Package org.aksw.commons.io.util.channel
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.commons.io.util.channel.ReadableByteChannelDecorator
close, isOpen, read
-
Field Details
-
delegate
-
-
Constructor Details
-
ReadableByteChannelDecoratorBase
-
-
Method Details
-
getDelegate
- Specified by:
getDelegatein interfaceReadableByteChannelDecorator<T extends ReadableByteChannel>
-