A C G I M P R S U Z

S

saveEntryAsFile(String, String) - Method in class com.nsftools.zip.ZipFileManager
If the given entryName is found in the current zip file, decompress it and save it on disc to the given newFileName.
setDebugStream(OutputStream) - Method in class com.nsftools.zip.ZipFileManager
If you want the debug messages to be piped to an OutputStream, set it here
setNewZipFileName(String) - Method in class com.nsftools.zip.ZipFileManager
Change the name of the zip file we will output our changes to.
setRelativePath(String) - Method in class com.nsftools.zip.ZipFileManager
Set the relative path for files that are added to this zip file.
SimplePatternFilter - Class in com.nsftools.zip
This class is a simple implementation of a FileFilter that can be used for matching file names using DOS-like patterns (like *.txt or foo.???).
SimplePatternFilter(String) - Constructor for class com.nsftools.zip.SimplePatternFilter
 

A C G I M P R S U Z