ZipFile.Close Method

Closes the ZipFile. This also closes all input streams given by this class. After this is called, no further method should be called.

[Visual Basic]
Public Sub Close()
[C#]
public void Close();

Exceptions

Exception TypeCondition
if a i/o error occured.

See Also

ZipFile Class | ZipFile Members | ICSharpCode.SharpZipLib.Zip Namespace