Chilkat
HOME
Android™
ASP
Visual Basic
VB.NET
C#
iOS (IPhone)
Objective-C
C++
C
MFC
Delphi
FoxPro
Java
Perl
PHP Extension
PHP ActiveX
Python
PowerShell
Ruby
SQL Server
VBScript
.Z Uncompress (LZW)
Delphi sample code to .Z uncompress a file using the LZW compression algorithm. // UNIX uncompress a file. // The UnixCompress component uses LZW compression. procedure TForm1.Button18Click(Sender: TObject); begin // The UnixCompress object is included with the Chilkat Zip license. UnixCompress1.UnlockComponent('anything for 30-day trial'); UnixCompress1.UncompressFile('hamlet.xml.Z','hamletOutZ.xml'); end;
|
© 2000-2010 Chilkat Software, Inc. All Rights Reserved.