Class 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.