[]
Returns a Stream that can be used to read the content of the entry without extracting it to a disk file.
public Stream OpenReader()
Type | Description |
---|---|
Stream | A Stream that can be used to read the data in the entry. |
The Stream returned is a C1ZStreamReader, which decompresses the data as it is read from the entry.