public final class TextAccumulator extends Object
| Constructor | Description |
|---|---|
TextAccumulator() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addText(char[] buf,
int start,
int end) |
|
void |
addText(String text) |
|
String |
getAndClear() |
|
boolean |
hasText() |
Copyright © 2019 FasterXML. All rights reserved.