ComponentOne Zip for UWP
C1.C1Zip Namespace
Inheritance Hierarchy
C1.UWP.Zip Assembly : C1.C1Zip Namespace
Classes
 ClassDescription
ClassRepresents an entry in a zip file, and exposes information including the entry name, compressed and uncompressed sizes, date, checksum, etc.
ClassA collection of C1ZipEntry objects that represent the contents of a zip file.
ClassUsed for creating, opening, and managing zip files.
ClassDecompresses data from .NET streams.
ClassCompresses data into .NET Streams.
ClassEncoding used for entry names and comments. The default encoding is System.Text.Encoding.UTF8.
ClassException thrown when trying to open an invalid Zip file.
ClassProvides data for the C1ZipFile.Progress event of a C1ZipFile.
Delegates
 DelegateDescription
DelegateRepresents the method that will handle the C1ZipFile.Progress event of a C1ZipFile.
Enumerations
 EnumerationDescription
EnumerationSpecifies the level of compression to be applied when adding entries to a C1ZipFile.
See Also

Reference

C1.UWP.Zip Assembly