Extracts the current file item to the specified stream.
            
    Namespace: 
   Rebex.IO.Compression
    Assembly:
   Rebex.Zip (in Rebex.Zip.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public MustOverride Function ExtractToStream ( _ outputStream As Stream _ ) As ArchiveOperationResult | 
| C# | 
|---|
| public abstract ArchiveOperationResult ExtractToStream( Stream outputStream ) | 
Parameters
- outputStream
- Type: System.IO..::..Stream
 Stream to write the extracted data to.
Return Value
Operation result. Remarks
Remarks
Note that data will be written to the current output stream position.
 
     
     
     
     
    