Package | Description |
---|---|
org.apache.commons.compress.archivers.zip |
Zip Utilities that extend JDK zip classes by adding better
handling of extra fields.
|
Modifier and Type | Field | Description |
---|---|---|
private ZipEntry |
ZipOutputStream.m_entry |
Current entry.
|
Modifier and Type | Method | Description |
---|---|---|
private static void |
ZipEntry.performSetCompressedSize(ZipEntry entry,
long size) |
Invoke setCompressedSize via reflection.
|
void |
ZipOutputStream.putNextEntry(ZipEntry entry) |
Begin writing next entry.
|
protected void |
ZipOutputStream.writeCentralFileHeader(ZipEntry entry) |
Writes the central file header entry
|
protected void |
ZipOutputStream.writeDataDescriptor(ZipEntry ze) |
Writes the data descriptor entry
|
protected void |
ZipOutputStream.writeLocalFileHeader(ZipEntry entry) |
Writes the local file header entry
|
Constructor | Description |
---|---|
ZipEntry(ZipEntry entry) |
Creates a new zip entry with fields taken from the specified zip entry.
|