1. Creating zip using Zip Utility stackoverflow.comI 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.comHi, 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 ... |
3. I need to find put CRC value for a given string using java.util.zip.CRC32 forums.oracle.com |