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.
Buffer data
path
path - path to the file
data -
data
Return