Site Map Contact Us Home
E-mail Newsletter
Subscribe to get informed about
Clever Components news.

Your Name:
Your Email:
 
SUBSCRIBE
 
Previous Newsletters
 




Products Articles Downloads Order Support
Customer Portal      

GZip Compressor

Features | Detailed Description

The GZip is a component from the Clever Internet Suite library.
This component represents GZip compressor and implements in-memory compression/decompression functions as specified in RFC 1952 document.

Available in .NET, VCL and ActiveX editions.

Features:

  • File Compress / Decompress using GZip format
  • Compress / Decompress using VCL and .NET streams
  • Manage Compression Level and Strategy
  • In-memory access to compressed or uncompressed data
  • Event notification about zip/unzip progress
  • Free one year upgrades and support

Compress and decompress files in just few lines of code

// [Delphi]
clGZip1.Compress('original_file.txt', 'compressed_file.dat');

clGZip1.Uncompress('compressed_file.dat', 'original_file.txt');

// [C#]
gZip1.Compress("original_file.txt", "compressed_file.dat");

gZip1.Uncompress("compressed_file.dat", "original_file.txt");

Samples, including WinForm clients with full source code

Please see the Demos code (GZipDeflate) and also the indexed Help documentation provided with the Clever Internet Suite installation to learn more about using this component in your application.

Includes support for Delphi, C++Builder, C#, VB.NET and Javascript.

Complete Delphi and C# source code

When Purchasing the Clever Internet Suite you receive the full sources for all suite components and also free unlimited support.

Interested?

    Copyright © 2000-2024