Uses of Class
org.apache.commons.compress.archivers.zip.ZipFile.NameAndComment
-
Packages that use ZipFile.NameAndComment Package Description org.apache.commons.compress.archivers.zip 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.NameAndComment Modifier and Type Method Description private java.util.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.NameAndComment Modifier and Type Method Description private void
ZipFile. readCentralDirectoryEntry(java.util.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(java.util.Map<ZipArchiveEntry,ZipFile.NameAndComment> entriesWithoutUTF8Flag)
Walks through all recorded entries and adds the data available from the local file header.
-