Public Instance Constructors
ZipFile | Overloaded. Initialize a new instance of the ZipFile class. |
Public Instance Properties
Name |
Returns the name of this zip file.
|
Size |
Returns the number of entries in this zip file.
|
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