Uses of Class
com.aspose.zip.WimEntry
-
-
Uses of WimEntry in com.aspose.zip
Subclasses of WimEntry in com.aspose.zip Modifier and Type Class Description classWimDirectoryEntryRepresents a single directory within wim archive.classWimFileEntryRepresents a single file within wim archive.Methods in com.aspose.zip that return WimEntry Modifier and Type Method Description WimEntryWimImage. getEntry(String path)Gets the entry ofWimEntrytype for a given path.Methods in com.aspose.zip that return types with arguments of type WimEntry Modifier and Type Method Description Iterable<WimEntry>WimDirectoryEntry. getAllEntries()Gets all entries ofWimEntrytype constituting the directory recursively.Iterable<WimEntry>WimImage. getAllEntries()Gets entries ofWimEntrytype constituting the image recursively.Iterable<WimEntry>WimDirectoryEntry. getFilesAndDirectories()Gets entries ofWimEntrytype constituting the directory.
-