Package | Description |
---|---|
org.apache.commons.compress.archivers.zip |
Provides stream classes for reading and writing archives using
the ZIP format.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|