Package java.lang

Class StringBuffer

extends Object

A string buffer is like a String, but can be modified. If there is a necessity to make a lot of modifications to Strings of characters use this class, otherwise many copies will be created.

Note that string buffers are char arrays and chars occupy one byte in memory. Unicode symbols will be encoded using UTF8 and might need more than one entry in the string buffer.

Public Constructors

Public Methods

Methods inherited from java.lang.Object

_INSERT_INHERITED_METHOD_ENTRY_HERE_

_INSERT_FIELDS_ENTRY_HERE_