The constructors of Java.Lang.StringBuffer are listed below. For a list of all members, see the StringBuffer Members list.
See Also: Inherited members from Java.Lang.AbstractStringBuilder
Constructs a new StringBuffer using the default capacity which is 16. | ||
Constructs a StringBuffer and initializes it with the content from the specified CharSequence. | ||
Constructs a new StringBuffer using the specified capacity. | ||
Constructs a new StringBuffer containing the characters in the specified string. |