The properties of the ZipEntry class are listed below. For a complete list of ZipEntry class members, see the ZipEntry Members topic.
Public Instance Properties
Comment | Gets/Sets the entry comment. |
CompressedSize | Gets/Sets the size of the compressed data. |
CompressionMethod | Gets/Sets the compression method. Only DEFLATED and STORED are supported. |
Crc | Gets/Sets the crc of the uncompressed data. |
DateTime | Gets/Sets the time of last modification of the entry. |
DosTime | |
ExtraData | Gets/Sets the extra data. |
IsDirectory | Gets true, if the entry is a directory. This is solely determined by the name, a trailing slash '/' marks a directory. |
Name | Returns the entry name. The path components in the entry are always separated by slashes ('/'). |
Size | Gets/Sets the size of the uncompressed data. |
Version |