print Writer
inline fun File.printWriter(charset: Charset = Charsets.UTF_8): PrintWriter
Content copied to clipboard
Returns a new PrintWriter for writing the content of this file.
Returns a new PrintWriter for writing the content of this file.