ZipReader.ReadNext Method
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9119)
ReadNext()
Reads next item from the ZIP archive.
Declaration
public bool ReadNext()
Returns
Type | Description |
---|---|
Boolean | Next ZipItem within the ZIP archive; or null reference (Nothing in Visual Basic) if there is no other item. |