Class StringBuilderWriter

java.lang.Object
java.io.Writer
org.apache.juneau.internal.StringBuilderWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public final class StringBuilderWriter extends Writer
Similar to StringWriter, but uses a StringBuilder instead to avoid synchronization overhead.
Notes:
  • This class is not thread safe.
See Also: