compression and decompression using java zipfs
This tool helps in compression and decompression operations.
Use below command on console to run the tool:
Note: Keep resources.properties and log4j.properties along with executable JAR file.
Choices [ Compression:- 1, Decompression:- 2, Exit:- 0 ]
*********** Compression/Decompression Tool Running ***********
** Choices [ Compression:- 1, Decompression:- 2, Exit:- 0 ] **
Enter you choice:1
Enter input directory path: E:\compression-util
Enter output directory path: E:\compression
Enter maximum size for compressed files(number in MB): 5
Compression operation has been submitted.
Use request-id 10 for tracking!!!
You can proceed for new operation in parallel...
Enter you choice:2
Enter input directory path: E:\compression
Enter output directory path: E:\decompression
Decompression operation has been submitted.
Use request-id 11 for tracking!!!
You can proceed for new operation in parallel...
Enter you choice:0
==========================================================================