Archive |
Archive.createEntries(File directory) |
Add to the archive all files and directories recursively in the directory given.
|
Archive |
Archive.createEntries(File directory,
boolean includeRootDirectory) |
Add to the archive all files and directories recursively in the directory given.
|
Archive |
Archive.createEntries(String sourceDirectory) |
Add to the archive all files and directories recursively in the directory given.
|
Archive |
Archive.createEntries(String sourceDirectory,
boolean includeRootDirectory) |
Add to the archive all files and directories recursively in the directory given.
|
Archive |
Archive.deleteEntry(int entryIndex) |
Removes the entry from the entry list by index.
|
Archive |
Archive.deleteEntry(ArchiveEntry entry) |
Removes the first occurrence of the specific entry from the entry list.
|