niok-android / ch.tutteli.niok / java.nio.file.Path / readText

readText

inline fun Path.readText(charset: Charset = Charsets.UTF_8): String (source)

Converts Path.readAllBytes to a string using the given charset.