toolkit / com.sas.android.visualanalytics.sdk / FileHandler / readStr
readStr
abstract fun readStr(path: String): String
Reads the file at the given path into a UTF-8-encoded string.
Parameters
path -
a fully qualified path.
Exceptions
IOException -
if an I/O error occurs.
Return
a String.