Class DowngradedSeekableByteChannel

java.lang.Object
com.google.common.jimfs.DowngradedSeekableByteChannel
All Implemented Interfaces:
Closeable, AutoCloseable, ByteChannel, Channel, ReadableByteChannel, SeekableByteChannel, WritableByteChannel

final class DowngradedSeekableByteChannel extends Object implements SeekableByteChannel
A thin wrapper around a FileChannel that exists only to implement SeekableByteChannel but NOT extend FileChannel.