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