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