ZipInputStream.CloseEntry Method

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

[Visual Basic]
Public Sub CloseEntry()
[C#]
public void CloseEntry();

See Also

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