The goal of this DLL is to combine multiple compressors into one DLL.
This is only the first version so it only supports .gz .bz and .zip for now.
The user is responsible to give credit and use the licenses of zlib (http://www.zlib.net/) and libbzip2 (http://www.bzip.org).
The functionality per format:
GZIP:
Threaded
Compress/Decompress
Get percentage completed
Get speed in bytes-per-second
Get size completed
Get elapsed time
BZIP:
Threaded
Compress/Decompress
Get percentage completed
Get speed in bytes-per-second
Get size completed
Get elapsed time
ZIP:
Threaded
Decompress
Get list of files in ZIP file
Get compressed/uncompressed size of found file
Get CRC32 of found file
Get comment of ZIP file
Get percentage completed
Get speed in bytes-per-second
Get size completed
Get elapsed time
|
Browser usage
|