| Package | Description |
|---|---|
| de.schlichtherle.truezip.zip |
A drop-in replacement for the classes in the package
java.util.zip for reading and writing ZIP files. |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
DefaultExtraField
Default implementation for an Extra Field in a Local or Central Header of a
ZIP file.
|
(package private) class |
WinZipAesEntryExtraField
WinZip AES Extra Field.
|
| Modifier and Type | Field and Description |
|---|---|
private Map<Integer,ExtraField> |
ExtraFields.extra
The map of Extra Fields.
|
private static Map<Integer,Class<? extends ExtraField>> |
ExtraField.registry |
| Modifier and Type | Method and Description |
|---|---|
(package private) ExtraField |
ExtraFields.add(ExtraField ef)
Stores the given Extra Field in this collection.
|
(package private) ExtraField |
ZipEntry.addExtraField(ExtraField field) |
private ExtraField |
ZipEntry.composeZip64ExtraField()
Composes a ZIP64 Extended Information Extra Field from the properties
of this entry.
|
(package private) static ExtraField |
ExtraField.create(int headerId)
A static factory method which creates a new Extra Field based on the
given Header ID.
|
(package private) ExtraField |
ExtraFields.get(int headerId)
Returns the Extra Field with the given Header ID or
null
if no such Extra Field exists. |
(package private) ExtraField |
ZipEntry.getExtraField(int headerId) |
(package private) ExtraField |
ExtraFields.remove(int headerId)
Removes the Extra Field with the given Header ID.
|
(package private) ExtraField |
ZipEntry.removeExtraField(int headerId) |
| Modifier and Type | Method and Description |
|---|---|
(package private) ExtraField |
ExtraFields.add(ExtraField ef)
Stores the given Extra Field in this collection.
|
(package private) ExtraField |
ZipEntry.addExtraField(ExtraField field) |
| Modifier and Type | Method and Description |
|---|---|
(package private) static void |
ExtraField.register(Class<? extends ExtraField> c)
Registers a concrete implementation of this abstract base class for
use with the static factory method
create(int). |
Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.