|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ParseBuffer | |
|---|---|
| org.simpleframework.util.parse | |
| Uses of ParseBuffer in org.simpleframework.util.parse |
|---|
| Methods in org.simpleframework.util.parse with parameters of type ParseBuffer | |
|---|---|
void |
ParseBuffer.append(ParseBuffer text)
This will add a ParseBuffer to the end of this. |
void |
ParseBuffer.append(ParseBuffer text,
int off,
int len)
This will add a ParseBuffer to the end of this. |
void |
ParseBuffer.reset(ParseBuffer text)
This will reset the buffer in such a way that the buffer is cleared of all contents and then has the given string appended. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||