reader
fun
Path
.
reader
(
charset
:
Charset
=
Charsets.UTF_8
,
vararg
options
:
OpenOption
)
:
InputStreamReader
(source)
Returns a new InputStreamReader for reading the content of this file.
Parameters
charset
- character set to use for reading text, UTF-8 by default.