VdexReload 1.1.3 API

Uses of Class
uk.ac.reload.dweezil.util.DweezilZipException

Packages that use DweezilZipException
uk.ac.reload.dweezil.util   
uk.ac.reload.moonunit   
 

Uses of DweezilZipException in uk.ac.reload.dweezil.util
 

Methods in uk.ac.reload.dweezil.util that throw DweezilZipException
static void ZipUtils.addFolderToZip(java.io.File rootFolder, java.io.File folder, java.util.zip.ZipOutputStream zOut, java.io.File zipFile)
          Add all files and sub-files to the Zip
static boolean ZipUtils.addFileToZip(java.io.File file, java.lang.String entryName, java.util.zip.ZipOutputStream zOut)
          Adds a file to the Zip file
static boolean ZipUtils.addStringToZip(java.lang.String text, java.lang.String entryName, java.util.zip.ZipOutputStream zOut)
          Adds a String as a field entry to the Zip file
static java.lang.String ZipUtils.extractZipEntry(java.io.File zipFile, java.lang.String entryName)
          Extracts a named entry out of the zip file and returns the entry as a String Returns null if weirdness happens
static java.io.File ZipUtils.extractZipEntry(java.io.File zipFile, java.lang.String entryName, java.io.File outFile)
          Extracts a named entry out of the zip file to the specified file Returns the File ref if OK or null if something wierd happens
static java.lang.String[] ZipUtils.getZipFileEntryNames(java.io.File zipFile)
          Gets all file names out of a zip file Returns an array of String names or null if none
static boolean ZipUtils.unpackZip(java.io.File zipFile, java.io.File folder)
          Extracts all entries out of the zip file to the specified folder.
static boolean ZipUtils.unpackZip(java.io.File zipFile, java.io.File folder, ReloadProgressMonitor progressMonitor)
          Extracts all entries out of the zip file to the specified folder Returns true or false to indicate if the progress cancel was pressed
 

Uses of DweezilZipException in uk.ac.reload.moonunit
 

Methods in uk.ac.reload.moonunit that throw DweezilZipException
static boolean IMSDocumentHandler.containsManifest(java.io.File zipFile)
          Looks for imsmanifest.xml in a zip archive
 


VdexReload 1.1.3 API