I want to create a Java File object in memory (without creating a physical file) and populate its content with a byte array.
File
Can this be done?
T
Maybe you need to use the other constructor of InputStreamResource?