spring-framework / org.springframework.util / ResizableByteArrayOutputStream / <init>

<init>

ResizableByteArrayOutputStream()

Create a new ResizableByteArrayOutputStream with the default initial capacity of 256 bytes.

ResizableByteArrayOutputStream(initialCapacity: Int)

Create a new ResizableByteArrayOutputStream with the specified initial capacity.

Parameters

initialCapacity - the initial buffer size in bytes