void Reserve(UPInt _size);
Reserve resizes the buffer to the desired size. If the size of the buffer is less than that of the passed parameter _size, then the buffer is resized to the new size.
Parameters |
Description |
UPInt _size |
Size desired for the buffer. |