Class FastStringWriter

Object
java.io.Writer
org.thymeleaf.util.FastStringWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public final class FastStringWriter extends Writer

Fast implementation of Writer that avoids the need to use a thread-safe StringBuffer.

Since:
3.0.0
Author:
Daniel Fernández