Uses of Class
kala.compress.archivers.sevenz.SevenZArchiveEntry
-
Packages that use SevenZArchiveEntry Package Description kala.compress.archivers.sevenz Provides classes for reading and writing archives using the 7z format. -
-
Uses of SevenZArchiveEntry in kala.compress.archivers.sevenz
Fields in kala.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. filesThe files and directories in the archive.Fields in kala.compress.archivers.sevenz with type parameters of type SevenZArchiveEntry Modifier and Type Field Description private java.util.Map<SevenZArchiveEntry,long[]>SevenZArchiveWriter. additionalSizesprivate java.util.List<SevenZArchiveEntry>SevenZArchiveWriter. filesMethods in kala.compress.archivers.sevenz that return SevenZArchiveEntry Modifier and Type Method Description SevenZArchiveEntrySevenZArchiveWriter. createArchiveEntry(java.nio.file.Path inputPath, java.lang.String entryName, java.nio.file.LinkOption... options)Creates an archive entry using the inputPath and entryName provided.SevenZArchiveEntrySevenZArchiveReader. getNextEntry()Gets the next Archive Entry in this archive.Methods in kala.compress.archivers.sevenz that return types with arguments of type SevenZArchiveEntry Modifier and Type Method Description java.lang.Iterable<SevenZArchiveEntry>SevenZArchiveReader. getEntries()Gets a copy of meta-data of all archive entries.Methods in kala.compress.archivers.sevenz with parameters of type SevenZArchiveEntry Modifier and Type Method Description private java.io.InputStreamSevenZArchiveReader. buildDecoderStack(Folder folder, long folderOffset, int firstPackStreamIndex, SevenZArchiveEntry entry)private voidSevenZArchiveWriter. fillTimes(java.nio.file.Path inputPath, SevenZArchiveEntry entry, java.nio.file.LinkOption... options)private java.lang.Iterable<? extends SevenZMethodConfiguration>SevenZArchiveWriter. getContentMethods(SevenZArchiveEntry entry)java.io.InputStreamSevenZArchiveReader. getInputStream(SevenZArchiveEntry entry)Gets an InputStream for reading the contents of the given entry.voidSevenZArchiveWriter. putArchiveEntry(SevenZArchiveEntry archiveEntry)Records an archive entry to add.private voidSevenZArchiveReader. reopenFolderInputStream(int folderIndex, SevenZArchiveEntry file)Discard any queued streams/ folder stream, and reopen the current folder input stream.abstract voidCLI.Mode. takeAction(SevenZArchiveReader archive, SevenZArchiveEntry entry)private voidSevenZArchiveWriter. writeFolder(java.io.DataOutput header, SevenZArchiveEntry entry)Method parameters in kala.compress.archivers.sevenz with type arguments of type SevenZArchiveEntry Modifier and Type Method Description private voidSevenZArchiveReader. checkEntryIsInitialized(java.util.Map<java.lang.Integer,SevenZArchiveEntry> archiveEntries, int index)
-