Class OutputStringWriter

java.lang.Object
java.io.Writer
com.aspectran.utils.OutputStringWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class OutputStringWriter extends Writer
A character stream that collects its output in a string builder, which can then be used to construct a string.

Closing a StringWriter has no effect. The methods in this class can be called after the stream has been closed without generating an IOException.