IntelliJ Java IDE
The moose likes I/O and Streams and the fly likes How to convert multiple files in java to .zip format Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » I/O and Streams
Reply Bookmark "How to convert multiple files in java to .zip format" Watch "How to convert multiple files in java to .zip format" New topic
Author

How to convert multiple files in java to .zip format

sangram nani
Greenhorn

Joined: Nov 27, 2011
Posts: 11
i receive multiple files from a remote URL as




i want to convert the data from inputStream into Zip Stream and make it available for download.




--

Thanks
Mohamed Sanaulla
Bartender

Joined: Sep 08, 2007
Posts: 2694

Did you check the Zip API? Alternatively you can check out apache commons compress


Mohamed Sanaulla | My Blog
 
 
subject: How to convert multiple files in java to .zip format
 
Threads others viewed
DB Backup - MySql
Archiving Files in zip files
Converting FormFile to a Zip in Action class[struts1.2]
Reading a zip file
convert from string to inputstream
IntelliJ Java IDE