[]
        
(Showing Draft Content)

C1.Zip.C1ZipEntry.OpenReader

OpenReader Method

OpenReader()

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

Declaration
public Stream OpenReader()
Returns
Type Description
Stream

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.