spring-framework / org.springframework.util / FastByteArrayOutputStream / toByteArray

toByteArray

open fun toByteArray(): ByteArray

Creates a newly allocated byte array.

Its size is the current size of this output stream and the valid contents of the buffer have been copied into it.

Return
the current contents of this output stream, as a byte array.

See Also
#size()#toByteArrayUnsafe()