ZipFile.Close Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

ZipFile.Close Method 

Closes the ZipFile. If the stream is owned then this also closes the underlying input stream. Once closed, no further instance methods should be called.

public void Close();

Exceptions

Exception Type Condition
IOException An i/o error occurs.

See Also

ZipFile Class | ICSharpCode.SharpZipLib.Zip Namespace