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.Phone.Zip (in C1.Phone.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.