Returns a Stream that can be used to read the content of the entry without
extracting it to a disk file.
Namespace:
C1.C1ZipAssembly: C1.Silverlight.Zip (in C1.Silverlight.Zip.dll)
Syntax
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.