Uses of Class
org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Packages that use SevenZArchiveEntry
Package
Description
Provides classes for reading and writing archives using the 7z format.
-
Uses of SevenZArchiveEntry in org.apache.commons.compress.archivers.sevenz
Fields in org.apache.commons.compress.archivers.sevenz declared as SevenZArchiveEntryModifier and TypeFieldDescription(package private) static final SevenZArchiveEntry[]
SevenZArchiveEntry.EMPTY_SEVEN_Z_ARCHIVE_ENTRY_ARRAY
(package private) SevenZArchiveEntry[]
Archive.files
The files and directories in the archive.Fields in org.apache.commons.compress.archivers.sevenz with type parameters of type SevenZArchiveEntryModifier and TypeFieldDescriptionprivate final Map
<SevenZArchiveEntry, long[]> SevenZOutputFile.additionalSizes
private final List
<SevenZArchiveEntry> SevenZOutputFile.files
Methods in org.apache.commons.compress.archivers.sevenz that return SevenZArchiveEntryModifier and TypeMethodDescriptionSevenZOutputFile.createArchiveEntry
(File inputFile, String entryName) Create an archive entry using the inputFile and entryName provided.SevenZOutputFile.createArchiveEntry
(Path inputPath, String entryName, LinkOption... options) Create an archive entry using the inputPath and entryName provided.SevenZFile.getNextEntry()
Gets the next Archive Entry in this archive.Methods in org.apache.commons.compress.archivers.sevenz that return types with arguments of type SevenZArchiveEntryModifier and TypeMethodDescriptionSevenZFile.getEntries()
Gets a copy of meta-data of all archive entries.Methods in org.apache.commons.compress.archivers.sevenz with parameters of type SevenZArchiveEntryModifier and TypeMethodDescriptionprivate InputStream
SevenZFile.buildDecoderStack
(Folder folder, long folderOffset, int firstPackStreamIndex, SevenZArchiveEntry entry) private void
SevenZOutputFile.fillDates
(Path inputPath, SevenZArchiveEntry entry, LinkOption... options) private Iterable
<? extends SevenZMethodConfiguration> SevenZOutputFile.getContentMethods
(SevenZArchiveEntry entry) SevenZFile.getInputStream
(SevenZArchiveEntry entry) Gets an InputStream for reading the contents of the given entry.void
SevenZOutputFile.putArchiveEntry
(SevenZArchiveEntry archiveEntry) Records an archive entry to add.private void
SevenZFile.reopenFolderInputStream
(int folderIndex, SevenZArchiveEntry file) Discard any queued streams/ folder stream, and reopen the current folder input stream.abstract void
CLI.Mode.takeAction
(SevenZFile archive, SevenZArchiveEntry entry) private void
SevenZOutputFile.writeFolder
(DataOutput header, SevenZArchiveEntry entry) Method parameters in org.apache.commons.compress.archivers.sevenz with type arguments of type SevenZArchiveEntryModifier and TypeMethodDescriptionprivate void
SevenZFile.checkEntryIsInitialized
(Map<Integer, SevenZArchiveEntry> archiveEntries, int index)