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
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()
Returns 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()
Returns a copy of meta-data of all archive entries.Methods in org.apache.commons.compress.archivers.sevenz with parameters of type SevenZArchiveEntryModifier and TypeMethodDescriptionSevenZFile.getInputStream
(SevenZArchiveEntry entry) Returns an InputStream for reading the contents of the given entry.