|
The GZip is a component from the Clever Internet .NET Suite library.
This component represents GZip compressor and implements in-memory compression/decompression functions as specified in RFC 1952 document.
- File Compress / Decompress using GZip format
- Compress / Decompress using .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
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 Suite installation to learn more about using this component in your application.
When Purchasing the Clever Internet .NET Suite you receive the full sources for all suite components and also free unlimited support.
|