openFileChannel

open override fun openFileChannel(file: Path, vararg options: OpenOption): AsynchronousFileChannel

Opens an asynchronous file channel.

Return

An AsynchronousFileChannel for the specified file.

Parameters

file

The path to the file to be opened.

options

The options specifying how the file is opened.