44. LZH - compress data using a LZSS/Huffman coding
Модуль для работы с архивами по методу LZSS/Huffman.Приведен пример программы архивирования файлов. The LZH unit implements a fairly faithful port of an algorithmthat was written in C by Haruyasu Yoshizaki and Haruhiko Okumura.Included is a simple 1 file compression program as a demonstrationon how to use the LZH unit.