Uses of Class
org.apache.commons.compress.archivers.zip.ZipFile.NameAndComment
Packages that use ZipFile.NameAndComment
Package
Description
Provides stream classes for reading and writing archives using
the ZIP format.
-
Uses of ZipFile.NameAndComment in org.apache.commons.compress.archivers.zip
Methods in org.apache.commons.compress.archivers.zip that return types with arguments of type ZipFile.NameAndCommentModifier and TypeMethodDescriptionprivate Map<ZipArchiveEntry,
ZipFile.NameAndComment> ZipFile.populateFromCentralDirectory()
Reads the central directory of the given archive and populates the internal tables with ZipArchiveEntry instances.Method parameters in org.apache.commons.compress.archivers.zip with type arguments of type ZipFile.NameAndCommentModifier and TypeMethodDescriptionprivate void
ZipFile.readCentralDirectoryEntry
(Map<ZipArchiveEntry, ZipFile.NameAndComment> noUTF8Flag) Reads an individual entry of the central directory, creats an ZipArchiveEntry from it and adds it to the global maps.private void
ZipFile.resolveLocalFileHeaderData
(Map<ZipArchiveEntry, ZipFile.NameAndComment> entriesWithoutUTF8Flag) Walks through all recorded entries and adds the data available from the local file header.