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
Close |
Closes the ZipFile. This also closes all input streams given by
this class. After this is called, no further method should be
called.
|
Equals (inherited from Object) | Select the method name to go to the Microsoft documentation. |
GetEntry |
Searches for a zip entry in this archive with the given name.
|
GetEnumerator |
Returns an IEnumerator of all Zip entries in this Zip file.
|
GetHashCode (inherited from Object) | Select the method name to go to the Microsoft documentation. |
GetInputStream |
Creates an input stream reading the given zip entry as
uncompressed data. Normally zip entry should be an entry
returned by GetEntry().
|
GetType (inherited from Object) | Select the method name to go to the Microsoft documentation. |
ToString (inherited from Object) | Select the method name to go to the Microsoft documentation. |
Protected Instance Methods
Finalize (inherited from Object) | Select the method name to go to the Microsoft documentation. |
MemberwiseClone (inherited from Object) | Select the method name to go to the Microsoft documentation. |
See Also
ZipFile Class | ICSharpCode.SharpZipLib.Zip Namespace