Class SubSeekableByteChannel

java.lang.Object
com.pnfsoftware.jeb.util.io.SubSeekableByteChannel
All Implemented Interfaces:
Closeable, AutoCloseable, ByteChannel, Channel, ReadableByteChannel, SeekableByteChannel, WritableByteChannel

public class SubSeekableByteChannel extends Object implements SeekableByteChannel
An seekable channel presenting a region of another seekable channel. Only read-operations are supported. Attempts to write or modify the master channel will raise an IOException.