Class StringBuilderWriter
java.lang.Object
java.io.Writer
com.atlassian.confluence.search.v2.extractor.util.StringBuilderWriter
- All Implemented Interfaces:
Closeable
,Flushable
,Appendable
,AutoCloseable
Writer that writes to given StringBuilder.
- Since:
- 8.0
-
Constructor Details
-
StringBuilderWriter
-
-
Method Details
-
write
public void write(char[] cbuf, int off, int len) -
flush
public void flush() -
close
public void close() -
toString
-