Uses of Class
com.aspose.zip.CpioEntry
-
-
Uses of CpioEntry in com.aspose.zip
Methods in com.aspose.zip that return CpioEntry Modifier and Type Method Description CpioEntryCpioArchive. createEntry(String name, File file)Creates a single entry within the archive.CpioEntryCpioArchive. createEntry(String name, File file, boolean openImmediately)Creates a single entry within the archive.CpioEntryCpioArchive. createEntry(String name, InputStream source)Creates a single entry within the archive.CpioEntryCpioArchive. createEntry(String name, String sourcePath)Creates a single entry within the archive.CpioEntryCpioArchive. createEntry(String name, String sourcePath, boolean openImmediately)Creates a single entry within the archive.Methods in com.aspose.zip that return types with arguments of type CpioEntry Modifier and Type Method Description List<CpioEntry>CpioArchive. getEntries()Gets entries ofCpioEntrytype constituting the cpio archive.Methods in com.aspose.zip with parameters of type CpioEntry Modifier and Type Method Description CpioArchiveCpioArchive. deleteEntry(CpioEntry entry)Removes the first occurrence of a specific entry from the entry list.
-