Returns a Stream that can be used to read the content of the entry without extracting it to a disk file.

Namespace:  C1.C1Zip
Assembly:  C1.Silverlight.Zip (in C1.Silverlight.Zip.dll)

Syntax

C#
public Stream OpenReader()
Visual Basic
Public Function OpenReader As Stream

Return Value

A Stream that can be used to read the data in the entry.

Remarks

The Stream returned is a C1ZStreamReader, which decompresses the data as it is read from the entry.

See Also