StreamWriter.writeUTF8

Writes a UTF8 string to the stream.

class StreamWriter
@nogc @safe @trusted
void
writeUTF8
(
string value
)

Parameters

value string

The string to write to the stream.

Meta