Class StringWriterProxy

  • All Implemented Interfaces:
    Closeable, Flushable, Appendable, AutoCloseable

    public class StringWriterProxy
    extends Writer
    A string writer that supports clearing the result. The heavy synchronization may be a performance issue, but for now it makes sure that this class works concurrently.