# C1.Zip.C1ZipEntry.OpenReader

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Zip_C1ZipEntry_OpenReader_" data-uid="C1.Zip.C1ZipEntry.OpenReader*">OpenReader Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Zip_C1ZipEntry_OpenReader_" data-uid="C1.Zip.C1ZipEntry.OpenReader*"></a>
<h4 id="C1_Zip_C1ZipEntry_OpenReader" data-uid="C1.Zip.C1ZipEntry.OpenReader">OpenReader()</h4>
<div class="markdown level1 summary"><p>Returns a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.stream">Stream</a> that can be used to read the content of the entry without
extracting it to a disk file.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Stream OpenReader()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function OpenReader() As Stream</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.stream">Stream</a></td>
      <td><p>A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.stream">Stream</a> that can be used to read the data in the entry.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_Zip_C1ZipEntry_OpenReader_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.stream">Stream</a> returned is a <a class="xref" href="C1.Zip.C1ZStreamReader.html">C1ZStreamReader</a>, which
decompresses the data as it is read from the entry.</p>
</div>
</div>
