java.lang.Object
java.io.Writer
org.wicketstuff.select2.json.StringBuilderWriter
- All Implemented Interfaces:
Closeable,Flushable,Appendable,AutoCloseable
A
Writer that writes into a StringBuilder.- Author:
- igor
-
Constructor Details
-
StringBuilderWriter
public StringBuilderWriter() -
StringBuilderWriter
-
-
Method Details
-
getBuilder
-
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
-