Java array of integers zipper
Software able to compress an array of integers (file attached)
The execution command is going to be:
Java –jar compressor.jar –[c/d] file1 file2
Where:
[c/d] means compress decompress
file1 is the target file.
file2 is the result file.
The file will be a line of comma separated integers.