vertx / io.vertx.kotlin.core.file / io.vertx.core.file.FileSystem / readFileAwait

readFileAwait

suspend fun FileSystem.readFileAwait(path: String): Buffer

Suspending version of method io.vertx.core.file.FileSystem.readFile

Parameters

path - path to the file

Return

Buffer

NOTE: This function has been automatically generated from io.vertx.core.file.FileSystem using Vert.x codegen.