I'm creating a Zip file using java.util.zip.ZipEntry.
File permission is not getting preserverd in the Zip file.

I want to put all the files in the zip file as readonly. When extracting the...