Zip operations - script to Java migration

For the Zip operations, not all of the script operations from the Script API are implemented in the Java™ API. Alternative Java code is provided for those script operations that are not implemented in the Java API.

Table 1. Script operations and alternative Java code for the Zip operations
Script operation Alternative Java code
unzip new java.util.zip.ZipInputStream(new FileInputStream(File));
zip new java.util.ZipOutputStream(new FileOutoutStream(File));