Zip

Quickly compress data, saving disk space and network bandwidth, and easily manipulate and work with compressed data. ComponentOne Zip™ for WPF allows you to easily compress files, including system and hidden files, and add and delete compressed files and folders; you can even read and write to zip files stored in streams.

Features

  • Compress Files and Folders
    Compressed files take up less storage space and can be transferred over the web more quickly than uncompressed files. Store resources as compressed files, download them efficiently, and then decompress them on the client side. You can also combine several files into a single compressed folder, making it easier to share a group of files. Compress and expand folders while preserving folder structure.
  • Get and Set File Information
    Easily obtain zip file information including a detailed list of the zip file's contents. You can also control file information by adding and retrieving comments and control path information for individual entries in the zip file, and getting and setting the global zip file comment. Access files within a zip archive by index or file name with ease using the C1ZipFile and C1ZipEntry classes.
  • Data Encryption
    C1Zip supports data encryption, so you can create secure archives that require a password to unzip. With C1Zip you can also decompress archives that are encrypted so long as you have the original password used when the zip was created.
  • Perfect for XML Data
    XML is one of the most common formats used by Web applications. XML data typically compresses to about 10% of the original size.
  • Cross-Platform Compatibility
    The C1Zip library is available for every .NET platform including Windows Forms, ASP.NET, WPF, Silverlight, Windows Phone and WinRT. Re-use much of the same code and support more than one platform.