getEntry(ZipInputStream zis, ZipEntry entry) Gets one file entry from the zip input stream
Parameters: jarFile - the JAR file reference to retrieve entry from. Parameters: entry - the file from the JAR to extract.
Gets one file entry from the zip input stream
Parameters: jarFile - the JAR file reference to retrieve entry from. Parameters: entry - the file from the JAR to extract. the ZipEntry name throws: IOException - if error trying to read entry.
Unjars a file.
Parameters: jarFile - File to be unjared throws: IOException - if error trying to read entry. throws: java.util.jar.JarException - if error trying to read jar file.
Unjars a zip file using it's InputStream.
Parameters: zis - zip input stream throws: IOException - if error trying to read entry. throws: java.util.jar.JarException - if error trying to read jar file.