ZipFile.Close Method

SharpZip Compression Library

SharpZip Compression Library

ZipFile.Close Method 

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.

public void Close();

Exceptions

Exception Type Condition
IOException An i/o error occurs.

See Also

ZipFile Class | ICSharpCode.SharpZipLib.Zip Namespace