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 created zip file the file permission should be readonly.
But, the file permission is not maintained.

Is there any way to solve this issue?