spring-framework / org.springframework.util / ResizableByteArrayOutputStream / grow

grow

open fun grow(additionalCapacity: Int): Unit

Grow the internal buffer size.

Parameters

additionalCapacity - the number of bytes to add to the current buffer size

See Also
ResizableByteArrayOutputStream#size()