Valadoc | Vala | Tutorial | API-References | Markup

StringBuilder


Object Hierarchy:

Object hierarchy for StringBuilder

Description:

public class StringBuilder

A StringBuilder is an object that handles the memory management of a C string for you.

In addition to the string itself, StringBuilder stores the length of the string, so can be used for binary data with embedded nul bytes. To access the C string managed by the StringBuilder string, simply use StringBuilder.str.


Namespace: GLib
Package: glib-2.0

Content:

Creation methods:

Methods:

Fields: