Mikael Salson wrote:
I have some problems to understand how the files are compressed in
LHA files. I know that both LZSS and Huffman algorithms are used, I
know that two independant Huffman compressions are done (one on both
length and literals and the other one on the offset) but I don't
understand how we can melt two different compression in a same block.
Additionnaly, I don't know how the huffman trees' are coded in each
block
Hello Mikael,
I don't know anything about LHA, but these documents might help:
%28file_format%29