Zip Samples

WinForms and Console Examples

Our WinForms and Console apps cover all the key features of the component.

ArchiveManager

This example illustrates how to use the Zip, Tar, Tgz, and Gzip classes to create, open or manipulate ZIP, ZIPX, TAR, TGZ, or GZ files.

GzipCompressorDecompressor

This example illustrates how to use the Gzip class to compress a file and decompress a GZIP file.

RealTimeZipCompressorServer

This is the server that compresses and sends ZIP files on-the-fly

RealTimeZipDecompressorClient

This is the client that receives and decompresses ZIP files on-the-fly

SfxCreator

Creates self-extracting ZIP files.

SfxStubSelfExtractor

The self-extracting program containing compressed files to extract

SpanningSplittingArchive

This demo illustrates how to create spanning and slitting archives

TarCompressorDecompressor

This example illustrates how to use the Tar class to compress a file and decompress a TAR file.

TgzCompressorDecompressor

This example illustrates how to use the Tgz class to compress a file and decompress a Tgz file.

Transaction

This example illustrates how to use the transaction system in the Zip class to speed up compressing files.

ZipUnzipAsync

This example illustrates how to use the async methods with async and await syntax to compress and decompress files.

WPF Examples

Ultimate ZIP library can also be used in WPF applications. The setup package includes an application demonstrating how to use the library.

CompressFileWpf

This example illustrates how to compress files in a WPF application.

Xamarin iOS Examples

With the support for Xamarin iOS platform, you can now use our component to write your file compression apps that can run on millions of devices.

Extract

This example illustrates how to extract an archive in an iOS application.

ArchiveBrowser

This example illustrates how to use the Zip, Tar, Tgz, and Gzip classes to extract archive files.

Xamarin Android Examples

With the support for Xamarin Android platform, you can now use our component to write your file compression apps that can run on millions of devices.

Extract

This example illustrates how to extract an archive in an Android application.

.NET CF Examples

Our .NET CF examples show you how easy it's to integrate the component in a Window Mobile app.

ZipCompressor

This example illustrates how to compress files in a .NET Compact Framework application.

ZipDecompressor

This example illustrates how to extract an archive in a .NET Compact Framework application.

ASP.NET WebForms Examples

The library can also be used in ASP.NET WebForms applications.

ZipWebDemo

This example illustrates how to extract an archive in a web application.