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