CRC « Zip « Java I/O Q&A





1. Creating zip using Zip Utility    stackoverflow.com

I am using the Zip utility package of Java and wanted to know how to create a zip file with no compression at all. Setting the level to 0 doesn't ...

2. CRC32 check for zip    coderanch.com

Hi, hope this is the right forum to post this. I'm transfering a file through a servlet, it's a zip file and I want to know if I can check the integrity of the zip before I try to send it (I'm extracting it from documentum) and when I've received it. Last part is easy I've just got to send the ...