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

rxWriteFile

open fun rxWriteFile(path: String, data: Buffer): Completable

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