reader
fun File.reader(
charset: Charset = Charsets.UTF_8
): InputStreamReader
Returns a new FileReader for reading the content of this file.
fun File.reader(
charset: Charset = Charsets.UTF_8
): InputStreamReader
Returns a new FileReader for reading the content of this file.