Uses of Class
org.apache.commons.compress.archivers.tar.TarArchiveEntry
Packages that use 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
Fields in org.apache.commons.compress.archivers.tar declared as TarArchiveEntryModifier and TypeFieldDescriptionprivate TarArchiveEntryTarArchiveInputStream.currEntryThe meta-data about the current entry.private TarArchiveEntryTarFile.currEntryThe meta-data about the current entryprivate static final TarArchiveEntry[]TarArchiveEntry.EMPTY_TAR_ARCHIVE_ENTRY_ARRAYprivate final TarArchiveEntryTarFile.BoundedTarEntryInputStream.entryFields in org.apache.commons.compress.archivers.tar with type parameters of type TarArchiveEntryMethods in org.apache.commons.compress.archivers.tar that return TarArchiveEntryModifier 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.private TarArchiveEntryTarFile.getNextTarEntry()Gets the next entry in this tar archive.Methods in org.apache.commons.compress.archivers.tar that return types with arguments of type TarArchiveEntryModifier and TypeMethodDescriptionTarFile.getEntries()Gets all TAR Archive Entries from the TarFileMethods in org.apache.commons.compress.archivers.tar with parameters of type TarArchiveEntryModifier and TypeMethodDescriptionprivate voidTarArchiveOutputStream.addPaxHeadersForBigNumbers(Map<String, String> paxHeaders, TarArchiveEntry entry) booleanTarArchiveEntry.equals(TarArchiveEntry it) Determine if the two entries are equal.private voidTarArchiveOutputStream.failForBigNumbers(TarArchiveEntry entry) TarFile.getInputStream(TarArchiveEntry entry) Gets the input stream for the provided Tar Archive Entry.private booleanTarArchiveOutputStream.handleLongName(TarArchiveEntry entry, String name, Map<String, String> paxHeaders, String paxHeaderName, byte linkType, String fieldName) Handles long file or link names according to the longFileMode setting.booleanTarArchiveEntry.isDescendent(TarArchiveEntry desc) Tests whether the given entry is a descendant of this entry.voidTarArchiveOutputStream.putArchiveEntry(TarArchiveEntry archiveEntry) Puts an entry on the output stream.protected final voidTarArchiveInputStream.setCurrentEntry(TarArchiveEntry currEntry) private voidTarArchiveOutputStream.transferModTime(TarArchiveEntry from, TarArchiveEntry to) (package private) voidTarArchiveOutputStream.writePaxHeaders(TarArchiveEntry entry, String entryName, Map<String, String> headers) Writes a PAX extended header with the given map as contents.Constructors in org.apache.commons.compress.archivers.tar with parameters of type TarArchiveEntryModifierConstructorDescription(package private)BoundedTarEntryInputStream(TarArchiveEntry entry, SeekableByteChannel channel)
TarArchiveInputStream.getNextEntry().