Package | Description |
---|---|
org.simpleframework.common.parse |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2021. All rights reserved.