Package java.lang
Class StringBuffer

Public Method ensureCapacity

void ensureCapacity(int minimumCapacity)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Ensures that the capacity of the buffer is at least equal to the specified minimum. If the current capacity of this string buffer is less than the argument, then a new internal buffer is allocated with greater capacity.