ZipReader.GetStream Method
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 8.0.9673)
GetStream()
Gets a read-only stream for reading the uncompressed data of the current file.
Declaration
public Stream GetStream()
Returns
| Type | Description |
|---|---|
| Stream | A read-only stream. |