Class FilterSeekableByteChannel

java.lang.Object
org.apache.lucene.tests.mockfile.FilterSeekableByteChannel
All Implemented Interfaces:
Closeable, AutoCloseable, ByteChannel, Channel, ReadableByteChannel, SeekableByteChannel, WritableByteChannel

public class FilterSeekableByteChannel extends Object implements SeekableByteChannel
A FilterSeekableByteChannel contains another SeekableByteChannel, which it uses as its basic source of data, possibly transforming the data along the way or providing additional functionality.