resetSize

This method enlarges the string and copies the contents into the larger string.

Visibility
Public
Signature
void resetSize(int newSize);
Parameters
newSize

The new size for the string


Feedback