Extracts the current file item to the specified stream.

Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

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

Note that data will be written to the current output stream position.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also