Uses of Class
org.apache.commons.compress.archivers.tar.TarEntry
-
Packages that use TarEntry Package Description org.apache.commons.compress.archivers.tar -
-
Uses of TarEntry in org.apache.commons.compress.archivers.tar
Fields in org.apache.commons.compress.archivers.tar declared as TarEntry Modifier and Type Field Description private TarEntryTarInputStream. m_currEntryMethods in org.apache.commons.compress.archivers.tar that return TarEntry Modifier and Type Method Description TarEntry[]TarEntry. getDirectoryEntries()If this entry represents a file, and the file is a directory, return an array of TarEntries for this entry's children.TarEntryTarInputStream. getNextEntry()Get the next entry in this tar archive.Methods in org.apache.commons.compress.archivers.tar with parameters of type TarEntry Modifier and Type Method Description booleanTarEntry. equals(TarEntry other)Determine if the two entries are equal.booleanTarEntry. isDescendent(TarEntry desc)Determine if the given entry is a descendant of this entry.voidTarOutputStream. putNextEntry(TarEntry entry)Put an entry on the output stream.
-