|
The GZip is an ActiveX control from the Clever Internet ActiveX Suite library. This control represents GZip compressor and implements in-memory compression/decompression functions as specified in RFC 1952 document.
- File Compress / Decompress using GZip format
- String Compress / Decompress
- Manage Compression Level and Strategy
- Event notification about zip/unzip progress
- Free one year upgrades and support
GZip1.Compress "original_file.txt", "compressed_file.dat" GZip1.Uncompress "compressed_file.dat", "original_file.txt" |
Please see the Demos code (GZipDeflate) and also the indexed Help documentation provided with the Clever Internet ActiveX Suite installation to learn more about using this component in your application.
|