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