Package org.primefaces.util
Class FastStringWriter
java.lang.Object
java.io.Writer
org.primefaces.util.FastStringWriter
- All Implemented Interfaces:
Closeable,Flushable,Appendable,AutoCloseable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
builder
-
-
Constructor Details
-
FastStringWriter
public FastStringWriter() -
FastStringWriter
public FastStringWriter(int initialCapacity)
-
-
Method Details
-
write
- Specified by:
writein classWriter- Throws:
IOException
-
flush
- Specified by:
flushin interfaceFlushable- Specified by:
flushin classWriter- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein classWriter- Throws:
IOException
-
write
-
write
-
getBuffer
-
toString
-
reset
public void reset()
-