readUtf8

@JvmName(name = "readUtf8From")
fun File.readUtf8(): String(source)

Read the full contents of the file (as UTF-8 text).

NOTE: This function is not recommended for large files. There is an internal limitation of 2GB file size.