vertx / io.vertx.rxjava.core.file / FileSystem / rxWriteFile

rxWriteFile

open fun rxWriteFile(path: String, data: Buffer): Single<Void>

Creates the file, and writes the specified Buffer data to the file represented by the path path, asynchronously.

Parameters

path - path to the file

data -

Return