ZipOutputStream.Finish Method

Finishes the stream. This will write the central directory at the end of the zip file and flush the stream.

[Visual Basic]
Overrides Public Sub Finish()
[C#]
public override void Finish();

Exceptions

Exception TypeCondition
System.IO.IOException if an I/O error occured.

See Also

ZipOutputStream Class | ZipOutputStream Members | ICSharpCode.SharpZipLib.Zip Namespace