Improved: Improve FileUtil to generate a zip fil with multiple entries

Add a new function zipFileStreams to extend a current zipFileStream (that permit to generate a zip file from a single file) to support the zip file creation from multiple file.

The function take a map as fileName attendee in the zip and as value the inputStream related.
1 file changed