string2OutputStream

open fun string2OutputStream(string: String, charsetName: String): OutputStream

String to output stream.

Return

output stream

Parameters

string

The string.

charsetName

The name of charset.