Public Member Functions | |
String | toString () |
Package Functions | |
TextBuffer () | |
void | append (char[] source, int start, int count) |
int | size () |
void | clear () |
Alex Rosen
|
Constructor |
|
Append the specified text to the text value of this buffer. |
|
Clears the text value and prepares the TextBuffer for reuse. |
|
Returns the size of the text value. |
|
Returns the text value stored in the buffer. |