Returns an initialized read-only non-seekable stream to read the decompressed data of the current item.
Namespace:
Rebex.IO.Compression
Assembly:
Rebex.Zip (in Rebex.Zip.dll)
Syntax
| Visual Basic |
|---|
Public MustOverride Function Open ( _ password As String _ ) As Stream |
| C# |
|---|
public abstract Stream Open( string password ) |
Parameters
- password
- Type: System..::..String
Password to open the stream.