Package net.sansa_stack.nio.util
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
FieldsFields inherited from class net.sansa_stack.nio.util.SeekableByteChannelDecoratorBase
decoratee -
Constructor Summary
ConstructorsConstructorDescriptionInterruptingSeekableByteChannel(SeekableByteChannel decoratee, long interruptPos) -
Method Summary
Methods inherited from class net.sansa_stack.nio.util.SeekableByteChannelDecoratorBase
getDecorateeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
-
Method Details
-
read
- Throws:
IOException
-