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.