Class JimfsAsynchronousFileChannel

java.lang.Object
java.nio.channels.AsynchronousFileChannel
com.google.common.jimfs.JimfsAsynchronousFileChannel
All Implemented Interfaces:
Closeable, AutoCloseable, AsynchronousChannel, Channel

final class JimfsAsynchronousFileChannel extends AsynchronousFileChannel
AsynchronousFileChannel implementation that delegates to a JimfsFileChannel.