Inherits ScriptObject.
Public Member Functions | |
StringBuffer () | |
clear () | |
Boolean | isEmpty () |
append (String text) | |
assign (String text) | |
String | toString () |
A string buffer for managing very long text.
StringBuffer | ( | ) |
Initializes the buffer as empty.
append | ( | String | text | ) |
Appends the specified text.
assign | ( | String | text | ) |
Assigns the specified text.
clear | ( | ) |
Clears the buffer.
Boolean isEmpty | ( | ) |
Returns true if the buffer is empty.
String toString | ( | ) |
Returns the text in the buffer.