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,SeekableByteChannelDecorator
public class InterruptingSeekableByteChannel
extends 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
getDecoratee
-
Field Details
-
interruptPos
protected long interruptPos
-
-
Constructor Details
-
InterruptingSeekableByteChannel
-
-
Method Details
-
read
- Throws:
IOException
-