Ensures that the specified number of bytes can be appended to the backing byte array. If the available space is too small, this method replaces the array with a new one having at least length available bytes. Applications using the low-level API must call {@link #getEncodedBytes}to get a reference to the new array after this replacement has occurred.
This method is part of the Low-Level API.
@param length @returntrue if the backing byte array was replaced by alarger array.
| |