Uses of Class
org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream.EntryMetaData
Packages that use ZipArchiveOutputStream.EntryMetaData
Package
Description
Provides stream classes for reading and writing archives using
the ZIP format.
-
Uses of ZipArchiveOutputStream.EntryMetaData in org.apache.commons.compress.archivers.zip
Fields in org.apache.commons.compress.archivers.zip with type parameters of type ZipArchiveOutputStream.EntryMetaDataModifier and TypeFieldDescriptionprivate final Map<ZipArchiveEntry,
ZipArchiveOutputStream.EntryMetaData> ZipArchiveOutputStream.metaData
Holds some book-keeping data for each entry.Methods in org.apache.commons.compress.archivers.zip with parameters of type ZipArchiveOutputStream.EntryMetaDataModifier and TypeMethodDescriptionprivate byte[]
ZipArchiveOutputStream.createCentralFileHeader
(ZipArchiveEntry ze, ByteBuffer name, ZipArchiveOutputStream.EntryMetaData entryMetaData, boolean needsZip64Extra) Writes the central file header entry.