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