open fun rxReadFile(path: String): Single<Buffer>
Reads the entire file as represented by the path path as a , asynchronously.
path
Do not use this method to read very large files or you risk running out of available RAM.
path - path to the file
Return