Implements a writer that writes to a string buffer and allows the resulting sequence of characters to be presented as a string.
Writer | +--StringWriter
package com.ms.wfc.io
public class StringWriter
extends Writer
See Also StringReader, Writer