Uses of Class
com.tccc.kos.commons.kab.KabEntry
Packages that use KabEntry
Package
Description
Contains classes and interfaces used to access KAB (kOS Archive Bundle) files.
-
Uses of KabEntry in com.tccc.kos.commons.kab
Methods in com.tccc.kos.commons.kab that return KabEntryModifier and TypeMethodDescriptionReturns the named directory entry.KabEntry.getParent()
KabFile.getRootEntry()
Return the root entry for the kabMethods in com.tccc.kos.commons.kab that return types with arguments of type KabEntryModifier and TypeMethodDescriptionKabEntry.getChildren()
KabFile.getEntries()
Returns a collection of entries contained in the archiveKabFile.getEntries
(String basePath) Returns a list of entries contained in the archive with the specified base path.Methods in com.tccc.kos.commons.kab with parameters of type KabEntryModifier and TypeMethodDescriptionKabFile.getInputStream
(KabEntry entry) Return an InputStream for the specified kab entry.void
Override uid/gid/permissions as needed for the specified directory entry.void
Method parameters in com.tccc.kos.commons.kab with type arguments of type KabEntry -
Uses of KabEntry in com.tccc.kos.commons.kab.provider.perm
Methods in com.tccc.kos.commons.kab.provider.perm with parameters of type KabEntry