| Return Type | Method Summary |
| CHAR | Append(StringBuffer *stBuf, CHAR *str)
Appends the string buffer with the given string. |
| CHAR | InitStringBuffer(StringBuffer *stBuf, INT32 bufLen, INT32 scaleValue)
Initiliazes the String Buffer with Default Values. |
| CHAR | InitStringBufferDefault(StringBuffer *stBuf)
Initiliazes the String Buffer with Default Values. |
| Method Details |