# C1.Zip

## Content

<div class="doc-site-dotnet-api-container">

  <h1 id="C1_Zip" data-uid="C1.Zip" class="text-break">C1.Zip Namespace
</h1>
  <div class="markdown level0 summary"></div>
  <div class="markdown level0 conceptual"></div>
  <div class="markdown level0 remarks"></div>
    <h3 id="classes">
Classes
</h3>
      <h4><a class="xref" href="C1.Zip.C1ZStreamReader.html">C1ZStreamReader</a></h4>
      <section><p>Decompresses data from .NET streams.</p>
</section>
      <h4><a class="xref" href="C1.Zip.C1ZStreamWriter.html">C1ZStreamWriter</a></h4>
      <section><p>Compresses data into .NET Streams.</p>
</section>
      <h4><a class="xref" href="C1.Zip.C1ZipEntry.html">C1ZipEntry</a></h4>
      <section><p>Represents an entry in a zip file, and exposes information including the entry name,
compressed and uncompressed sizes, date, checksum, etc.</p>
</section>
      <h4><a class="xref" href="C1.Zip.C1ZipEntryCollection.html">C1ZipEntryCollection</a></h4>
      <section><p>A collection of <a class="xref" href="C1.Zip.C1ZipEntry.html">C1ZipEntry</a> objects that represent the contents of
a zip file.</p>
</section>
      <h4><a class="xref" href="C1.Zip.C1ZipFile.html">C1ZipFile</a></h4>
      <section><p>Used for creating, opening, and managing zip files.</p>
</section>
      <h4><a class="xref" href="C1.Zip.ZipEncoding.html">ZipEncoding</a></h4>
      <section><p>Encoding used for entry names and comments.
The default encoding is UTF-8.</p>
</section>
      <h4><a class="xref" href="C1.Zip.ZipFileException.html">ZipFileException</a></h4>
      <section><p>Exception thrown when trying to open an invalid Zip file.</p>
</section>
      <h4><a class="xref" href="C1.Zip.ZipProgressEventArgs.html">ZipProgressEventArgs</a></h4>
      <section><p>Provides data for the <a class="xref" href="C1.Zip.C1ZipFile.Progress.html">Progress</a> event of a
<a class="xref" href="C1.Zip.C1ZipFile.html">C1ZipFile</a>.</p>
</section>
    <h3 id="enums">
Enums
</h3>
      <h4><a class="xref" href="C1.Zip.CompressionLevelEnum.html">CompressionLevelEnum</a></h4>
      <section><p>Specifies the level of compression to be applied when adding entries to a <a class="xref" href="C1.Zip.C1ZipFile.html">C1ZipFile</a>.</p>
</section>
    <h3 id="delegates">
Delegates
</h3>
      <h4><a class="xref" href="C1.Zip.ZipProgressEventHandler.html">ZipProgressEventHandler</a></h4>
      <section><p>Represents the method that will handle the <a class="xref" href="C1.Zip.C1ZipFile.Progress.html">Progress</a> event of a
<a class="xref" href="C1.Zip.C1ZipFile.html">C1ZipFile</a>.</p>
</section>


</div>
