ArchiveItem.ExtractToStream Method
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
ExtractToStream(Stream)
Extracts the current file item to the specified stream.
Declaration
public abstract ArchiveOperationResult ExtractToStream(Stream outputStream)
Parameters
Type | Name | Description |
---|---|---|
Stream | outputStream | Stream to write the extracted data to. |
Returns
Type | Description |
---|---|
ArchiveOperationResult | Operation result. |
Remarks
Note that data will be written to the current output stream position.