Uses of Class
org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream.EntryMetaData
-
Packages that use ZipArchiveOutputStream.EntryMetaData Package Description org.apache.commons.compress.archivers.zip 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.EntryMetaData Modifier and Type Field Description private java.util.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.EntryMetaData Modifier and Type Method Description private byte[]
ZipArchiveOutputStream. createCentralFileHeader(ZipArchiveEntry ze, java.nio.ByteBuffer name, ZipArchiveOutputStream.EntryMetaData entryMetaData, boolean needsZip64Extra)
Writes the central file header entry.
-