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

Visual Basic
Public Overridable Function Open As Stream
C#
public virtual Stream Open()

Return Value

A decompression stream.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also