CompressionProgram written in Java that encodes a text file. This program can use two different algorithms to carry out the task, these algorithms are, Huffman and Lz77 algorithm. These algorithms were developed by David Huffman and Abraham Lempel and Jacob Ziv respectively. They are called lossless, which means that when you decompress a file firstly compressed, we have the same file as the original. Source Code
Bynaris
Documentació
To compile and run this program we need a version of the Java Virtual Machine equal to or higher than 1.6. (If using an earlier version will compile errors). Subfolder bits .- For management binary files It has been created a main program that is used in the following way: Use: Program [type] [Action] [files...] Type Action Program -s file This program supports plain text files that do not contain special characters, in other words, which do not contain accents, ñ o ç. |