C++
GZip Examples for C++
- GZip Create / Extract .gz File
- GZip Tar Extract (.tgz or .tar.gz)
- GZip Decompress File
- Gzip Compress In Memory and Base64 Encode
- Ungzip Base64 String
- Gzip a File
- Compress Text from StringBuilder to Gzip (BinData Output)
- Compress a File to Gzip in Memory using BinData
- Compress a String to Gzip and Return as Base64
- Compress a String and Save as a Gzip File
- Check if a File is in Gzip Format
- Set a Custom Last-Modified Date in a Gzip File
- Decompress Gzip Data In-Place Using BinData
- Decompress Gzip Data from BinData Directly to a File
- Uncompress a Gzip File to a Specific Output File
- Uncompress a Gzip File to a String
- Decompress a Base64-Encoded Gzip String
- Extract a .tar.gz Archive to a Directory