I would like to know the best way to work with packed files in java. I know I can use ZIP but I’m not interested in compression.. so is ZIP the fastest way?
Thank you
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Zip format has a “stored” compression level which actually means no compression – it just packs files. It is therefore fast. At the same time, zip is a very popular format, and one can read it on almost any system.