A text writer that UTF-8 encodes text and writes it to a stream.
Generation is UTF-8 only.
Create a text writer over a stream.
Write text to the stream.
Flush the stream.
Dispose the writer, and the stream unless it was left open.
A text writer that UTF-8 encodes text and writes it to a stream.
Generation is UTF-8 only.