buf.expand
Expansion. The method increases the size of memory allocated for the object.
method buf buf.expand (
uint size
)
uint size
)
Parameters
size | The requested additional size of memory. It is an additional size to be reserved in the buffer. |
Return value
Returns the object which method has been called.
Related links | Source |