length


Description:

public int length ()

Returns the number of bytes in this builder.

Example:

    var sb = new StringBuilder.withString ("Hello");
assert (sb.length () == 5);

Returns:

the current byte length.