Class InterruptingSeekableByteChannel

All Implemented Interfaces:
Closeable, AutoCloseable, ByteChannel, Channel, ReadableByteChannel, SeekableByteChannel, WritableByteChannel, SeekableByteChannelDecorator

public class InterruptingSeekableByteChannel extends SeekableByteChannelDecoratorBase<SeekableByteChannel>
  • Field Details

    • interruptPos

      protected long interruptPos
  • Constructor Details

    • InterruptingSeekableByteChannel

      public InterruptingSeekableByteChannel(SeekableByteChannel decoratee, long interruptPos)
  • Method Details