Class SeekableByteChannelWithCloseShield

java.lang.Object
net.sansa_stack.nio.util.SeekableByteChannelDecoratorBase<SeekableByteChannel>
org.aksw.commons.io.util.channel.SeekableByteChannelWithCloseShield
All Implemented Interfaces:
Closeable, AutoCloseable, ByteChannel, Channel, ReadableByteChannel, SeekableByteChannel, WritableByteChannel, SeekableByteChannelDecorator

public class SeekableByteChannelWithCloseShield extends SeekableByteChannelDecoratorBase<SeekableByteChannel>
  • Constructor Details

    • SeekableByteChannelWithCloseShield

      public SeekableByteChannelWithCloseShield(SeekableByteChannel decoratee)
  • Method Details