|
TrueZIP Driver ZIP 7.0 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use ExtraField | |
|---|---|
| de.schlichtherle.truezip.zip |
A drop-in replacement for the classes in the package
java.util.zip for reading and writing ZIP files. |
| Uses of ExtraField in de.schlichtherle.truezip.zip |
|---|
| Subclasses of ExtraField in de.schlichtherle.truezip.zip | |
|---|---|
(package private) class |
DefaultExtraField
Default implementation for an Extra Field in a Local or Central Header of a ZIP archive. |
| Fields in de.schlichtherle.truezip.zip with type parameters of type ExtraField | |
|---|---|
private Map<Integer,ExtraField> |
ExtraFields.extra
The map of Extra Fields. |
private static Map<Integer,Class<? extends ExtraField>> |
ExtraField.registry
|
| Methods in de.schlichtherle.truezip.zip that return ExtraField | |
|---|---|
private ExtraField |
ZipEntry.compileZip64ExtraField()
Compiles a ZIP64 Extended Information Extra Field from the properties of this entry. |
static ExtraField |
ExtraField.create(int headerID)
A static factory method which creates a new Extra Field based on the given Header ID. |
ExtraField |
ExtraFields.get(int headerID)
Returns the Extra Field with the given Header ID or null
if no such Extra Field exists. |
ExtraField |
ExtraFields.put(ExtraField ef)
Stores the given Extra Field in this collection. |
ExtraField |
ExtraFields.remove(int headerID)
Removes the Extra Field with the given Header ID. |
| Methods in de.schlichtherle.truezip.zip with parameters of type ExtraField | |
|---|---|
ExtraField |
ExtraFields.put(ExtraField ef)
Stores the given Extra Field in this collection. |
| Method parameters in de.schlichtherle.truezip.zip with type arguments of type ExtraField | |
|---|---|
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). |
|
TrueZIP Driver ZIP 7.0 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||