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

  • Constructor Details

    • SeekableByteChannelDecoratorBase

      public SeekableByteChannelDecoratorBase(T decoratee)
  • Method Details