Class InterruptingSeekableByteChannel

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

public class InterruptingSeekableByteChannel extends net.sansa_stack.nio.util.SeekableByteChannelDecoratorBase<SeekableByteChannel>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected long
     

    Fields inherited from class net.sansa_stack.nio.util.SeekableByteChannelDecoratorBase

    decoratee
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    read(ByteBuffer byteBuffer)
     

    Methods inherited from class net.sansa_stack.nio.util.SeekableByteChannelDecoratorBase

    getDecoratee

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.aksw.commons.io.util.channel.SeekableByteChannelDecorator

    close, isOpen, position, position, size, truncate, write
  • Field Details

    • interruptPos

      protected long interruptPos
  • Constructor Details

    • InterruptingSeekableByteChannel

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