writer
fun OutputStream.writer(
charset: Charset = Charsets.UTF_8
): OutputStreamWriter
Creates a writer on this output stream using UTF-8 or the specified charset.
fun OutputStream.writer(
charset: Charset = Charsets.UTF_8
): OutputStreamWriter
Creates a writer on this output stream using UTF-8 or the specified charset.