public final class TextAccumulator extends Object
TextAccumulator()
void
addText(char[] buf, int start, int end)
addText(String text)
String
getAndClear()
boolean
hasText()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TextAccumulator()
public boolean hasText()
public void addText(String text)
public void addText(char[] buf, int start, int end)
public String getAndClear()
Copyright © 2018 FasterXML. All rights reserved.