Zip Component, Email Component, Encryption Component ActiveX Control for Zip Compression .NET Components for ASP.NET
ActiveX and .NET Components for Zip Compression, Encryption, Email, XML, S/MIME, HTML Email, Character Encoding, Digital Certificates, FTP, and more ASP Email ActiveX Component


Index of Chilkat Blog Posts

February 3, 2006

Gzip (.gz) and Unix compress (.Z) file formats now supported with Chilkat Zip

Chilkat Zip v12.2.0 was released today. It now includes components and classes for GZip (.gz) and Unix compress (.Z) file formats. Both .gz and .Z file formats are different than .zip in that they only contain a single file. The .Z file format uses the LZW compression algorithm, which was previously patent protected. However, Unisys’s patent recently expired and it is now possible to provide components and libraries using the LZW compression algorithm.

The Gzip and Unix Compress components are included under the Chilkat Zip license. All licensed Chilkat Zip customers can upgrade to the latest version at no cost — because all new version upgrades of Chilkat components are free.

The Chilkat .NET component now includes two new classes: Chilkat.Gzip and Chilkat.UnixCompress.

The Chilkat Zip ActiveX now includes two new DLLs: ChilkatUC.dll and ChilkatGzip.dll. In VB6, add references to "Chilkat Gzip" and "Chilkat UnixCompress". Then Dim your variables as "Dim gz as Gzip" or "Dim z as UnixCompress". For ASP or VBScript, the object creation strings are "ChilkatUC.UnixCompress" and "ChilkatGzip.Gzip".

The Chilkat C++ classes now include the CkGzip and CkUnixCompress classes.

Examples will be posted shortly to this blog.


Privacy Statement. Copyright 2000-2011 Chilkat Software, Inc. All rights reserved.
Send feedback to support@chilkatsoft.com

Components for Microsoft Windows XP, 2000, 2003 Server, Vista, Windows 7, and Windows 95/98/NT4.