open fun grow(additionalCapacity: Int): Unit
Grow the internal buffer size.
additionalCapacity - the number of bytes to add to the current buffer size
additionalCapacity
See Also ResizableByteArrayOutputStream#size()