File Compression 1.0
ile Compression has following features:
- Open and create *.zip files
- Open and create *.tar.gz files
- Open and create *.7z files
- Open and create *.lz4 files
File compression is used to reduce the file size of one or more files. When a file or a group of files is compressed, the resulting "archive" often takes up 50% to 90% less disk space than the original file(s). While each compression algorithm is different, they all work in a similar fashion. The goal is to remove redundant data in each file by replacing common patterns with smaller variables. For example, words in a plain text document might get replaced with numbers or another type of short identifier.