Package net.sansa_stack.nio.util
Class SeekableByteChannelDecoratorBase<T extends SeekableByteChannel>
- java.lang.Object
-
- net.sansa_stack.nio.util.SeekableByteChannelDecoratorBase<T>
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
,ByteChannel
,Channel
,ReadableByteChannel
,SeekableByteChannel
,WritableByteChannel
,SeekableByteChannelDecorator
- Direct Known Subclasses:
InterruptingSeekableByteChannel
public class SeekableByteChannelDecoratorBase<T extends SeekableByteChannel> extends Object implements SeekableByteChannelDecorator
-
-
Constructor Summary
Constructors Constructor Description SeekableByteChannelDecoratorBase(T decoratee)
-
-
-
Field Detail
-
decoratee
protected T extends SeekableByteChannel decoratee
-
-
Constructor Detail
-
SeekableByteChannelDecoratorBase
public SeekableByteChannelDecoratorBase(T decoratee)
-
-
Method Detail
-
getDecoratee
public T getDecoratee()
- Specified by:
getDecoratee
in interfaceSeekableByteChannelDecorator
-
-