ZipOutputStream.CloseEntry Method

SharpZip Compression Library

SharpZip Compression Library

ZipOutputStream.CloseEntry Method 

Closes the current entry, updating header and footer information as required

public void CloseEntry();

Exceptions

Exception Type Condition
IOException An I/O error occurs.
InvalidOperationException No entry is active.

See Also

ZipOutputStream Class | ICSharpCode.SharpZipLib.Zip Namespace