add the content of the given directory into the root of the archive.
Parameters: directory - directory to add
addDirectoryIn
public void addDirectoryIn(String dirName, File directory)(Code)
add the content of the given directory into the given directory of the
archive.
Parameters: dirName - archive directory name. Parameters: directory - directory to add.
Returns a List of all files contained in this archive. Original files in
jar, added Files are all included as String in this Enumeration.
a List of all files contained in this archive.
Returns an InputStream corresponding to the given filename.
Parameters: filename - file name source of the InputStream the InputStream corresponding to the given filename. throws: IOException - When Cannot get InputStream from filename