Package | Description |
---|---|
org.apache.commons.compress.archivers.zip |
Provides stream classes for reading and writing archives using
the ZIP format.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<ZipArchiveEntry,ZipArchiveOutputStream.EntryMetaData> |
ZipArchiveOutputStream.metaData
Holds some book-keeping data for each entry.
|
Modifier and Type | Method and Description |
---|---|
private byte[] |
ZipArchiveOutputStream.createCentralFileHeader(ZipArchiveEntry ze,
java.nio.ByteBuffer name,
ZipArchiveOutputStream.EntryMetaData entryMetaData,
boolean needsZip64Extra)
Writes the central file header entry.
|