compress method |
Threshold of LZSS |
Max match length |
Size of LZSS dictionary |
Description |
-lzs- |
2 |
17 |
2048 |
Compress method of LArc.
It may be used by the old log of computer online services.
|
-lz4- |
- |
- |
- |
Compress method of LArc.
"-lz4-" means no compression.
|
-lz5- |
3 |
17 |
4096 |
Compress method of LArc.
It may be used by the old log of computer online services.
It can read and write, without bit stream.
|
-lh0- |
- |
- |
- |
Compress method of LHA.
"-lh0-" means no compression.
"-lh0-" is used, if LHA fails the compression.(compressed size is exceeds the original size)
|
-lh1- |
3 |
60 |
4096 |
Compress method of LHA.
"-lh1-" is old standard compress method.
LZSS compression
and dynamic huffman compression (LZSS uncompressed 1 byte/LZSS match length)
and static huffman compression (high 6bit of LZSS match position)
|
-lh2- |
3 |
256 |
8192 |
Compress method of LHA.
It was used to test the improvement of "-lh1-".
According to Eriko Tachibana's document,
"-lh2-" is used to compress the usage and self extract program in LHA.
LZSS compression
and dynamic huffman compression (LZSS uncompressed 1 byte/LZSS match length)
and dynamic huffman compression (high 7bit of LZSS match position)
|
-lh3- |
3 |
256 |
8192 |
Compress method of LHA.
It was used to test the improvement of "-lh1-".
LZSS compression
and static huffman compression (LZSS uncompressed 1 byte/LZSS match length)
and static huffman compression (high 7bit of LZSS match position)
|
-lh4- |
3 |
256 |
4096 |
Compress method of LHA.
"-lh4-" is used, if memory is not enough to "-lh5-".
LZSS compression
and static huffman compression (LZSS uncompressed 1 byte/LZSS match length)
and static huffman compression (bit length of LZSS match position)
|
-lh5- |
3 |
256 |
8192 |
Compress method of LHA.
"-lh5-" is standard compress method.
LZSS compression
and static huffman compression (LZSS uncompressed 1 byte/LZSS match length)
and static huffman compression (bit length of LZSS match position)
|
-lh6- |
3 |
256 |
32768 |
Compress method of LHA.
It is not recommended that you open an archive which contains the "-lh6-" to the public.
LZSS compression
and static huffman compression (LZSS uncompressed 1 byte/LZSS match length)
and static huffman compression (bit length of LZSS match position)
|
-lh7- |
3 |
256 |
65536 |
Compress method of LHA.
It is not recommended that you open an archive which contains the "-lh7-" to the public.
LZSS compression
and static huffman compression (LZSS uncompressed 1 byte/LZSS match length)
and static huffman compression (bit length of LZSS match position)
|
-lhd- |
- |
- |
- |
Compress method of LHA.
"-lhd-" means no compression.
"-lhd-" is used, when you store a empty direcotry to an archive.
|