ComponentOne Zip for .NET
OpenReader Method

C1.C1Zip.4 Assembly > C1.C1Zip Namespace > C1ZipEntry Class : OpenReader Method
Returns a System.IO.Stream that can be used to read the content of the entry without extracting it to a disk file.
Syntax
Public Function OpenReader() As Stream
public Stream OpenReader()

Return Value

A System.IO.Stream that can be used to read the data in the entry.
Remarks
The System.IO.Stream returned is a C1ZStreamReader, which decompresses the data as it is read from the entry.
See Also

Reference

C1ZipEntry Class
C1ZipEntry Members