String.createBuffer()

Signature

Object createBuffer(int size)

Domain

ACTION, CONDITION, QUERY, BUI

Description

The new buffer is created using the Java StringBuilder class.

Parameters

NameTypeDescription
sizeintSize of buffer, this size defines the initial capacity of the buffer.

Returns

TypeDescription
Object

Cautions

Size should not be a negative number.