ZipReader.GetStream Method
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9119)
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. |