From: Chris W. <cwa...@ha...> - 2003-07-15 19:42:41
|
Hi, I want to create a zip file which contains some Unix shell scripts. The Unix shell scripts need to have their execution bit and file permissions set correctly. If I'm not mistaken, this can be done via the ZipEntry.setExtra method. Does anyone know the correct format of the byte array that setExtra takes as an argument? Does anyone have an example piece of code which calls ZipEntry.setExtra? Thanks, Chris |