kotlin-stdlib
JRE
kotlin-stdlib
/
kotlin.io
/
printWriter
print
Writer
JRE
inline
fun
File
.
printWriter
(
charset
:
Charset
=
Charsets.UTF_8
)
:
PrintWriter
(
source
)
Returns a new
PrintWriter
for writing the content of this file.