Implements a writer that can write a sequential stream of characters to an IByteStream object or to a named file.
Writer | +--TextWriter
package com.ms.wfc.io
public class TextWriter
extends Writer
This class performs buffering of the output and conversions from Unicode to the underlying single-byte or double-byte character set.
See Also StringWriter, Text, TextReader