Uses of Class
com.aspose.zip.XarEntry
-
-
Uses of XarEntry in com.aspose.zip
Subclasses of XarEntry in com.aspose.zip Modifier and Type Class Description classXarDirectoryEntryRepresents directory entry within xar archive.classXarFileEntryRepresents file entry within xar archive.Methods in com.aspose.zip that return XarEntry Modifier and Type Method Description XarEntryXarArchive. createEntry(String name, File file)Create a single entry within the archive.XarEntryXarArchive. createEntry(String name, File file, boolean openImmediately)Create a single entry within the archive.XarEntryXarArchive. createEntry(String name, File file, boolean openImmediately, XarCompressionSettings compressionSettings)Create a single entry within the archive.XarEntryXarArchive. createEntry(String name, InputStream source)Create a single entry within the archive.XarEntryXarArchive. createEntry(String name, InputStream source, XarCompressionSettings compressionSettings)Create a single entry within the archive.XarEntryXarArchive. createEntry(String name, String sourcePath)Create a single entry within the archive.XarEntryXarArchive. createEntry(String name, String sourcePath, boolean openImmediately)Create a single entry within the archive.XarEntryXarArchive. createEntry(String name, String sourcePath, boolean openImmediately, XarCompressionSettings compressionSettings)Create a single entry within the archive.XarEntryEntryEventArgsXar. getEntry()Gets the archive entry the event is raised for.Methods in com.aspose.zip that return types with arguments of type XarEntry Modifier and Type Method Description Iterable<XarEntry>XarDirectoryEntry. getAllEntries()Gets all entries ofXarEntrytype constituting the directory recursively.List<XarEntry>XarArchive. getEntries()Gets entries ofXarEntrytype constituting the archive.Iterable<XarEntry>XarDirectoryEntry. getFilesAndDirectories()Gets entries ofXarEntrytype constituting the directory.Methods in com.aspose.zip with parameters of type XarEntry Modifier and Type Method Description XarArchiveXarArchive. deleteEntry(XarEntry entry)Removes the first occurrence of a specific entry from the entry list.Constructors in com.aspose.zip with parameters of type XarEntry Constructor Description CancelEntryEventArgsXar(XarEntry entry)Initializes a new instance of theCancelEntryEventArgsclass.EntryEventArgsXar(XarEntry entry)Initializes a new instance of theEntryEventArgsclass.
-