Uses of Class
kala.compress.archivers.zip.ZipArchiveReader.NameAndComment
Packages that use ZipArchiveReader.NameAndComment
Package
Description
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.NameAndCommentModifier and TypeMethodDescriptionZipArchiveReader.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.NameAndCommentModifier and TypeMethodDescriptionprivate voidZipArchiveReader.readCentralDirectoryEntry(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(Map<ZipArchiveEntry, ZipArchiveReader.NameAndComment> entriesWithoutUTF8Flag) Walks through all recorded entries and adds the data available from the local file header.