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
Syntax
| Visual Basic | 
|---|
| Public Overridable Function Open As Stream | 
| C# | 
|---|
| public virtual Stream Open() | 
 
     
     
     
     
    