ZipFile Methods
From SharpZip Compression Library
The methods of the ZipFile class are listed below. For a complete list of ZipFile class members, see the ZipFile Members topic.
Public Instance Methods
| Closes the ZipFile. If the stream is IsStreamOwner then this also closes the underlying input stream. Once closed, no further instance methods should be called. | |
| Determines whether the specified Object is equal to the current Object. | |
| Return the index of the entry with a matching name | |
| Searches for a zip entry in this archive with the given name. String comparisons are case insensitive | |
| Returns an enumerator for the Zip entries in this Zip file. | |
| Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. | |
| Overloaded. Creates an input stream reading the given zip entry as uncompressed data. Normally zip entry should be an entry returned by GetEntry(). | |
| Gets the Type of the current instance. | |
| Test an archive for integrity/validity | |
| Returns a String that represents the current Object. |
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. |