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).
Example screen shot:
(link removed)
(link removed)
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
Edited by h0bbel, 19 September 2013 - 06:54 PM.