ZipInputStream.CloseEntry Method

SharpZip Compression Library

SharpZip Compression Library

ZipInputStream.CloseEntry Method 

Closes the current zip entry and moves to the next one.

public void CloseEntry();

Exceptions

Exception Type Condition
InvalidOperationException The stream is closed
ZipException The Zip stream ends early

See Also

ZipInputStream Class | ICSharpCode.SharpZipLib.Zip Namespace