readFile
abstract suspend fun readFile(options: FileHandleReadFileBufferAsyncOptions? = definedExternally): Buffer<*>(source)
abstract suspend fun readFile(options: FileHandleReadFileAsyncOptions? = definedExternally): Any(source)
Asynchronously reads the entire contents of a file. The underlying file will not be closed automatically. The FileHandle
must have been opened for reading.