ArchiveItem.Open Method
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
Open()
Returns an initialized read-only non-seekable stream to read the decompressed data of the current item.
Declaration
public virtual Stream Open()
Returns
Type | Description |
---|---|
Stream | A decompression stream. |
Open(String)
Returns an initialized read-only non-seekable stream to read the decompressed data of the current item.
Declaration
public abstract Stream Open(string password)
Parameters
Type | Name | Description |
---|---|---|
String | password | Password to open the stream. |
Returns
Type | Description |
---|---|
Stream | A read-only non-seekable decompression stream. |