XarArchive |
XarArchive.createEntries(File directory) |
Adds to the archive all the files and directories recursively in the directory given.
|
XarArchive |
XarArchive.createEntries(File directory,
boolean includeRootDirectory) |
Adds to the archive all the files and directories recursively in the directory given.
|
XarArchive |
XarArchive.createEntries(File directory,
boolean includeRootDirectory,
XarCompressionSettings compressionSettings) |
Adds to the archive all the files and directories recursively in the directory given.
|
XarArchive |
XarArchive.createEntries(String sourceDirectory) |
Adds to the archive all the files and directories recursively in the directory given.
|
XarArchive |
XarArchive.createEntries(String sourceDirectory,
boolean includeRootDirectory) |
Adds to the archive all the files and directories recursively in the directory given.
|
XarArchive |
XarArchive.createEntries(String sourceDirectory,
boolean includeRootDirectory,
XarCompressionSettings compressionSettings) |
Adds to the archive all the files and directories recursively in the directory given.
|
XarArchive |
XarArchive.deleteEntry(XarEntry entry) |
Removes the first occurrence of a specific entry from the entry list.
|