ZipEntry Methods
The methods of the ZipEntry class are listed below. For a complete list of ZipEntry class members, see the ZipEntry Members topic.
Public Static Methods
| 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 ('/'). Names are made relative by trimming leading slashes which is compatible with the ZIP naming convention. | |
| Overloaded. Test a compression method to see if this library supports extracting data compressed with that method |
Public Instance Methods
| Creates a copy of this zip entry. | |
| Determines whether the specified Object is equal to the current Object. | |
| Force this entry to be recorded using Zip64 extensions. | |
| 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. | |
| Overloaded. Test entry to see if data can be extracted. | |
| Get a value indicating wether Zip64 extensions were forced. | |
| 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. |