ZipInputStream.GetNextEntry Method

Open the next entry from the zip archive, and return its description. If the previous entry wasn't closed, this method will close it.

[Visual Basic]
Public Function GetNextEntry() As ICSharpCode.SharpZipLib.Zip.ZipEntry
[C#]
public ZipEntry GetNextEntry();

See Also

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