Class TextAccumulator
java.lang.Object
com.fasterxml.aalto.util.TextAccumulator
Simple utility class used to efficiently accumulate and concatenate
text passed in various forms
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TextAccumulator
public TextAccumulator()
-
-
Method Details
-
hasText
public boolean hasText() -
addText
-
addText
public void addText(char[] buf, int start, int end) -
getAndClear
-