ZipEntry Members
From SharpZip Compression Library
Public Static Methods
| Overloaded. Cleans a name making it conform to Zip file conventions. Devices names ('c:\') and UNC share names ('\\server\share') are removed and forward slashes ('\') are converted to back slashes ('/'). |
Public Instance Constructors
|
|
Overloaded. Initializes a new instance of the ZipEntry class. |
Public Instance Properties
| Gets/Sets the entry comment. | |
| Gets/Sets the size of the compressed data. | |
| Gets/Sets the compression method. Only Deflated and Stored are supported. | |
| Gets/Sets the crc of the uncompressed data. | |
| Gets/Sets the time of last modification of the entry. | |
| Get/Set DosTime | |
| Get/Set external file attributes as an integer. The values of this are operating system dependant see HostSystem for details | |
| Gets/Sets the extra data. | |
| Get/Set general purpose bit flag for entry | |
| Gets the compatability information for the external file attribute If the external file attributes are compatible with MS-DOS and can be read by PKZIP for DOS version 2.04g then this value will be zero. Otherwise the value will be non-zero and identify the host system on which the attributes are compatible. | |
| Get/Set flag indicating if entry is encrypted. A simple helper routine to aid interpretation of flags | |
| Gets a value indicating of the if the entry is a directory. A directory is determined by an entry name with a trailing slash '/'. The external file attributes can also mark a file as a directory. The trailing slash convention should always be followed however. | |
| Get a value of true if the entry appears to be a file; false otherwise | |
| Returns the entry name. The path components in the entry should always separated by slashes ('/'). Dos device names like C: should also be removed. See CleanName. | |
| Get/set offset for use in central header | |
| Gets a value indicating if the entry requires Zip64 extensions to be stored | |
| Gets/Sets the size of the uncompressed data. | |
| Get minimum Zip feature version required to extract this entry | |
| Get the version made by for this entry or zero if unknown. The value / 10 indicates the major version number, and the value mod 10 is the minor version number | |
| Get/Set index of this entry in Zip file |
Public Instance Methods
| Creates a copy of this zip entry. | |
| Determines whether the specified Object is equal to the current Object. | |
| Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. | |
| Gets the Type of the current instance. | |
| Gets the string representation of this ZipEntry. |
Protected Instance Methods
| Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. | |
| Creates a shallow copy of the current Object. |