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,SeekableByteChannelWithCloseShield
public class SeekableByteChannelDecoratorBase<T extends SeekableByteChannel>
extends Object
implements SeekableByteChannelDecorator
-
Field Details
-
decoratee
-
-
Constructor Details
-
SeekableByteChannelDecoratorBase
-
-
Method Details
-
getDecoratee
- Specified by:
getDecorateein interfaceSeekableByteChannelDecorator
-