Uses of Class
org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
-
Packages that use SevenZArchiveEntry Package Description org.apache.commons.compress.archivers.sevenz 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 SevenZArchiveEntry Modifier and Type Field Description (package private) static SevenZArchiveEntry[]
SevenZArchiveEntry. EMPTY_SEVEN_Z_ARCHIVE_ENTRY_ARRAY
(package private) SevenZArchiveEntry[]
Archive. files
Fields in org.apache.commons.compress.archivers.sevenz with type parameters of type SevenZArchiveEntry Modifier and Type Field Description private java.util.Map<SevenZArchiveEntry,long[]>
SevenZOutputFile. additionalSizes
private java.util.List<SevenZArchiveEntry>
SevenZOutputFile. files
Methods in org.apache.commons.compress.archivers.sevenz that return SevenZArchiveEntry Modifier and Type Method Description SevenZArchiveEntry
SevenZOutputFile. createArchiveEntry(java.io.File inputFile, java.lang.String entryName)
Create an archive entry using the inputFile and entryName provided.SevenZArchiveEntry
SevenZOutputFile. createArchiveEntry(java.nio.file.Path inputPath, java.lang.String entryName, java.nio.file.LinkOption... options)
Create an archive entry using the inputPath and entryName provided.SevenZArchiveEntry
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 SevenZArchiveEntry Modifier and Type Method Description java.lang.Iterable<SevenZArchiveEntry>
SevenZFile. getEntries()
Returns a copy of meta-data of all archive entries.Methods in org.apache.commons.compress.archivers.sevenz with parameters of type SevenZArchiveEntry Modifier and Type Method Description private java.io.InputStream
SevenZFile. buildDecoderStack(Folder folder, long folderOffset, int firstPackStreamIndex, SevenZArchiveEntry entry)
private java.lang.Iterable<? extends SevenZMethodConfiguration>
SevenZOutputFile. getContentMethods(SevenZArchiveEntry entry)
java.io.InputStream
SevenZFile. getInputStream(SevenZArchiveEntry entry)
Returns an InputStream for reading the contents of the given entry.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(java.io.DataOutput header, SevenZArchiveEntry entry)
Method parameters in org.apache.commons.compress.archivers.sevenz with type arguments of type SevenZArchiveEntry Modifier and Type Method Description private void
SevenZFile. checkEntryIsInitialized(java.util.Map<java.lang.Integer,SevenZArchiveEntry> archiveEntries, int index)
-