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