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

rxReadFile

open fun rxReadFile(path: String): Single<Buffer>

Reads the entire file as represented by the path path as a , asynchronously.

Do not use this method to read very large files or you risk running out of available RAM.

Parameters

path - path to the file

Return