|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
ZipExternalFileAttributes | This is the interface for objects representing the external file attributes of a Zip file entry. |
ZipExternalFileAttributesFactory | This interface defines a factory object that is used to create
ZipExternalFileAttributes objects for the external file attributes of
Zip entries that are created by a specific versions of the Zip software such
as "MSDOS" or "Unix". |
ZipExternalFileAttributesParser | This interface defines a parser that is used for parsing external file attributes for a Zip entry from a Zip file. |
Class Summary | |
---|---|
MsDosExternalFileAttributes | This object represents the MS DOS file attributes for a Zip entry. |
MsDosExternalFileAttributesFactory | This factory is used to create MsDosExternalFileAttributes objects. |
MsDosExternalFileAttributesParser | This parser is used to parse external file attributes of the type
MsDosExternalFileAttributes . |
NtfsExternalFileAttributes | This object represents the external file attributes for NTFS files. |
NtfsExternalFileAttributesFactory | This factory is used for creating NtfsExternalFileAttributes objects. |
NtfsExternalFileAttributesParser | This parser parses attributes of the type NtfsExternalFileAttributes . |
UnixExternalFileAttributes | This object represents file attributes in a Unix system. |
UnixExternalFileAttributesFactory | This factory is used to create UnixExternalFileAttributes instances. |
UnixExternalFileAttributesParser | This is a parser for UnixExternalFileAttributes . |
UnparsedExternalFileAttributes | This is a fallback ZipExternalFileAttributes object that is used for
versions of the Zip software for which there are no version-specific
ZipExternalFileAttributesFactory objects registered in the
ZipEntryExtraFieldParserRegistry . |
UnparsedExternalFileAttributesParser | |
ZipExternalFileAttributesParserRegistry | This is a registry where parsers for the different
ZipExternalFileAttributes that may occur in a Zip file are
registered. |
Enum Summary | |
---|---|
MsDosFileAttributes | This is an enumeration over the different MS DOS file attributes. |
NtfsFileAttributes | This is an enumeration over the different NTFS file attributes. |
UnixEntityType | An enumeration over the different Unix entity types that may occur in a Zip file. |
This package contains Zip entry external file attributes.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |