Uses of Class
org.apache.commons.compress.archivers.tar.TarArchiveEntry
Package
Description
Provides stream classes for reading and writing archives using the TAR format.
-
Uses of TarArchiveEntry in org.apache.commons.compress.archivers.tar
Modifier and TypeMethodDescriptionTarArchiveOutputStream.createArchiveEntry
(File inputFile, String entryName) TarArchiveOutputStream.createArchiveEntry
(Path inputPath, String entryName, LinkOption... options) TarArchiveInputStream.getCurrentEntry()
Gets the current TAR Archive Entry that this input stream is processingTarArchiveEntry.getDirectoryEntries()
If this entry represents a file, and the file is a directory, return an array of TarEntries for this entry's children.TarArchiveInputStream.getNextEntry()
Gets the next TarArchiveEntry in this stream.TarArchiveInputStream.getNextTarEntry()
Deprecated.Modifier and TypeMethodDescriptionTarFile.getEntries()
Gets all TAR Archive Entries from the TarFileModifier and TypeMethodDescriptionboolean
TarArchiveEntry.equals
(TarArchiveEntry it) Determine if the two entries are equal.TarFile.getInputStream
(TarArchiveEntry entry) Gets the input stream for the provided Tar Archive Entry.boolean
TarArchiveEntry.isDescendent
(TarArchiveEntry desc) Tests whether the given entry is a descendant of this entry.void
TarArchiveOutputStream.putArchiveEntry
(TarArchiveEntry archiveEntry) Puts an entry on the output stream.protected final void
TarArchiveInputStream.setCurrentEntry
(TarArchiveEntry currEntry)
TarArchiveInputStream.getNextEntry()
.