AsynchronousFileChannel
Class AsynchronousFileChannel
- java.lang.Object
-
- java.nio.channels.AsynchronousFileChannel
- All Implemented Interfaces:
- Closeable, AutoCloseable, AsynchronousChannel, Channel
public abstract class AsynchronousFileChannel extends Object implements AsynchronousChannel
An asynchronous channel for reading, writing, and manipulating a file.
An asynchronous file channel is created when a file is opened by invoking one of the 登录查看完整内容