putString
open fun putString(str: String, cancellable: Cancellable? = null): <Error class: unknown class><Boolean>
Puts a string into the output stream.
Return
true if @string was successfully added to the @stream.
Parameters
str
a string.
cancellable
optional #GCancellable object, null to ignore.