StringBuffer Operators

StringBuffer Operators
Operators
Operator 
Description 
[] 
Returns the byte in the data array at the specified index. The index should be less than the number of bytes in the string. 
+= 
Returns a new String which is a concatenation of the original string with the parameter. 
= 
Assigns a string. 
Operator function for casting to a pointer of type char. 
+= 
 
=