spring-framework / org.springframework.core.io / ByteArrayResource / <init>

<init>

ByteArrayResource(byteArray: ByteArray)

Create a new ByteArrayResource.

Parameters

byteArray - the byte array to wrap

ByteArrayResource(byteArray: ByteArray, @Nullable description: String)

Create a new ByteArrayResource with a description.

Parameters

byteArray - the byte array to wrap

description - where the byte array comes from