A C G I M P R S U Z

G

getCurrentZipFileName() - Method in class com.nsftools.zip.ZipFileManager
Return the name of the zip file we're currently working with, if any.
getEntries() - Method in class com.nsftools.zip.ZipFileManager
Return the list of entries that are currently in the zip file (not including any files you've added since the last call to processChanges).
getEntry(String) - Method in class com.nsftools.zip.ZipFileManager
Return the ZipEntry associated with the given entryName, if any
getEntryNames() - Method in class com.nsftools.zip.ZipFileManager
Return a String array of the entry names that are currently in the zip file (not including any files you've added since the last call to processChanges)
getEntryStream(String) - Method in class com.nsftools.zip.ZipFileManager
Get the given entry as an InputStream, if it currently exists in the zip file.
getNewEntryNames() - Method in class com.nsftools.zip.ZipFileManager
Return a String array of the files that will be added to the zip file (this list is reset every time you make a call to processChanges)
getNewFilesAdded() - Method in class com.nsftools.zip.ZipFileManager
Return a String array of the new files that have already been added to the zip file as a result to ALL previous calls to processChanges (not including any files you've added since the last call to processChanges)
getNewZipFileName() - Method in class com.nsftools.zip.ZipFileManager
Return the name of the zip file that will be created when processChanges or close is called.
getRelativePath() - Method in class com.nsftools.zip.ZipFileManager
Get the current relative path assignment that is in effect.

A C G I M P R S U Z