See: Description
| Interface | Description |
|---|---|
| ZipEntryExtraField |
This interface defines a Zip entry extra field.
|
| ZipEntryExtraFieldFactory |
This factory is used to create Zip entry extra field objects when building
Zip files.
|
| ZipEntryExtraFieldParser |
A Zip entry extra field parser is used to parse extra fields when creating a
ZipFile object. |
| Class | Description |
|---|---|
| ExtendedTimestampExtraField |
This
ZipEntryExtraField stores zero or more of a Zip entry's last
modification, last access and original creation times, specified as
Date values in the UTC time zone. |
| ExtendedTimestampExtraFieldFactory |
This is the
ZipEntryExtraFieldFactory for
ExtendedTimestampExtraField Zip entry extra field objects. |
| ExtendedTimestampExtraFieldParser |
This is the parser for extra fields of the type
ExtendedTimestampExtraField. |
| InfoZipUnixExtraField |
This is the older InfoZip Unix extra field.
|
| InfoZipUnixExtraFieldFactory |
This is the
ZipEntryExtraFieldFactory for extra fields of the type
"Unix". |
| InfoZipUnixExtraFieldParser |
This parser is used for parsing extra fields of the type
InfoZipUnixExtraField. |
| NewInfoZipUnixExtraField |
This, the "Unix2" Zip entry extra field, contains information on the owner
UID/GID of the Zip entry.
|
| NewInfoZipUnixExtraFieldFactory |
This is the
ZipEntryExtraFieldFactory for extra fields of the type
"Unix2". |
| NewInfoZipUnixExtraFieldParser |
This parser is used to parse extra fields of the type
NewInfoZipUnixExtraField. |
| NtfsExtraField |
This is the PKWare NTFS extra field.
|
| NtfsExtraFieldFactory |
This is a factory for PKWare WIN 95/Win NT extra field objects.
|
| NtfsExtraFieldParser |
This parser is used for parsing extra fields of the type
NtfsExtraField. |
| UnicodeCommentExtraField |
This extra field contains the comment for a Zip entry encoded in UTF-8.
|
| UnicodeCommentExtraFieldFactory |
This factory is used to create extra fields of the type
UnicodeCommentExtraField. |
| UnicodeCommentExtraFieldParser |
This parser is used to parse extra fields of the type
UnicodeCommentExtraField. |
| UnicodePathExtraField |
This extra field contains the entity's absolute path encoded in UTF-8.
|
| UnicodePathExtraFieldFactory |
This is a factory for building
UnicodePathExtraField objects. |
| UnicodePathExtraFieldParser |
This parser is used to parse extra fields of the type
UnicodePathExtraField. |
| UnparsedZipEntryExtraField |
This extra field object is used when the Zip file parser encounters an extra
field type that is not supported.
|
| UnparsedZipEntryExtraFieldFactory |
This is the fallback
ZipEntryExtraFieldFactory that is used when no
factory is found for a Zip entry extra field. |
| UnparsedZipEntryExtraFieldParser |
This object is used to handle extra fields that are not supported.
|
| ZipEntryExtraFieldParserRegistry |
This is a registry for
ZipEntryExtraFieldParser objects. |