ByteArrayResource(byteArray: ByteArray)
Create a new ByteArrayResource.
ByteArrayResource
byteArray - the byte array to wrap
byteArray
ByteArrayResource(byteArray: ByteArray, @Nullable description: String)
Create a new ByteArrayResource with a description.
description - where the byte array comes from
description