Class FilterAsynchronousFileChannel

java.lang.Object
java.nio.channels.AsynchronousFileChannel
org.apache.lucene.tests.mockfile.FilterAsynchronousFileChannel
All Implemented Interfaces:
Closeable, AutoCloseable, AsynchronousChannel, Channel

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