public final class FastStringWriter extends Writer
Fast implementation of Writer that avoids the need to use a thread-safe
StringBuffer.
| Constructor and Description |
|---|
FastStringWriter() |
FastStringWriter(int initialSize) |
public FastStringWriter()
public FastStringWriter(int initialSize)
public void flush()
throws IOException
flush in interface Flushableflush in class WriterIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class WriterIOExceptionCopyright © 2017 The THYMELEAF team. All rights reserved.