Package net.sansa_stack.nio.util
Class ReadableByteChannelDecoratorBase<T extends ReadableByteChannel>
- java.lang.Object
-
- net.sansa_stack.nio.util.ReadableByteChannelDecoratorBase<T>
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Channel
,ReadableByteChannel
,ReadableByteChannelDecorator
- Direct Known Subclasses:
ReadableByteChannelWithConditionalBound
public class ReadableByteChannelDecoratorBase<T extends ReadableByteChannel> extends Object implements ReadableByteChannelDecorator
-
-
Constructor Summary
Constructors Constructor Description ReadableByteChannelDecoratorBase(T delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getDelegate()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sansa_stack.nio.util.ReadableByteChannelDecorator
close, isOpen, read
-
-
-
-
Field Detail
-
delegate
protected T extends ReadableByteChannel delegate
-
-
Constructor Detail
-
ReadableByteChannelDecoratorBase
public ReadableByteChannelDecoratorBase(T delegate)
-
-
Method Detail
-
getDelegate
public T getDelegate()
- Specified by:
getDelegate
in interfaceReadableByteChannelDecorator
-
-