AsyncFileChannel

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(path: Path, options: StandardOpenOption*)(implicit s: Scheduler): AsyncFileChannel

Opens a channel for the given file reference, returning an AsyncFileChannel instance for handling reads and writes.

Opens a channel for the given file reference, returning an AsyncFileChannel instance for handling reads and writes.

Value Params
options

specifies options for opening the file (e.g. create, append, etc.)

path

is the file reference to open

s

is the Scheduler used for asynchronous computations