Uses of Class
org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Package
Description
Provides classes for reading and writing archives using the 7z format.
-
Uses of SevenZArchiveEntry in org.apache.commons.compress.archivers.sevenz
Modifier and TypeMethodDescriptionSevenZOutputFile.createArchiveEntry
(File inputFile, String entryName) Creates an archive entry using the inputFile and entryName provided.SevenZOutputFile.createArchiveEntry
(Path inputPath, String entryName, LinkOption... options) Creates an archive entry using the inputPath and entryName provided.SevenZFile.getNextEntry()
Gets the next Archive Entry in this archive.Modifier and TypeMethodDescriptionSevenZFile.getEntries()
Gets a copy of meta-data of all archive entries.Modifier and TypeMethodDescriptionSevenZFile.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.