Possible Duplicate:
How to create a zip file in Java
How To put csv file inside zip file in java? I have a CSV file which contains some information, and now I want to place this file inside a zip file how to do this through code in java?
How To put csv file inside zip file in java? I have a CSV file which contains some information, and now I want to place this file inside a zip file how to do this through code in java? |
|||||||||||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
|
|||
|
|
|
You can use the Java IO package to write the CSV data. To learn more about zip files in Java chack out Compression. |
|||
|
|