Name |
Description |
CRC32 |
Calculates a 32bit Cyclic Redundancy Checksum (CRC) using the same polynomial used by Zip. This type ie generally not used directly by applications wishing to create, read, or manipulate zip archive files. |
Shared |
|
ZipConstants |
|
ZipDirEntry |
This class models an entry in the directory contained within the zip file. The class is generally not used from within application code, though it is used by the ZipFile class. |
ZipEntry |
Represents a single entry in a ZipFile. Typically, applications get a ZipEntry by enumerating the entries within a ZipFile. |