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