home *** CD-ROM | disk | FTP | other *** search
-
- **** LINO - libs.doc ****
-
-
- My original intention was to write a harddisk compressor, so I tried to
- create fast compressors with a minimal need of memory.
- I combined a fast and a good way to find duplicated strings, with a faster
- and a better way of coding. The result are four libraries, to supply
- different systems and requirements.
-
- There are three modes (0-33, 34-66, 67-100), default mode is 50
- Default chunksize is 32.
-
-
- Length of the libraries
-
- xpkLIN1.library: 5544 bytes
- xpkLIN2.library: 3616 bytes
- xpkLIN3.library: 5776 bytes
- xpkLIN4.library: 4152 bytes
-
-
- The libraries don't need much memory, but if there isn't enough memory
- available, compression mode will be reduced.
-
-
- Memory use in kb
-
- LIB | Mode |Compr. (larg.) | Expand
- ---------------------------------------
- LIN1 | 0-33 | 8 (8) | 0
- LIN1 | 34-66 | 32 (32) | 0
- LIN1 | 67-100 | 33 (33) | 0
-
- LIN2 | 0-33 | 18 (18) | 0
- LIN2 | 34-66 | 34 (34) | 0
- LIN2 | 67-100 | 66 (66) | 0
-
- LIN3 | 0-33 | 52 (44) | 0
- LIN3 | 34-66 | 76 (44) | 0
- LIN3 | 67-100 | 76 (44) | 0
-
- LIN4 | 0-33 | 98 (66) | 0
- LIN4 | 34-66 | 98 (66) | 0
- LIN4 | 67-100 | 98 (66) | 0
-
-
- Read file statistics for further informations.
-
-
-
-
- Return-Codes:
-
- OK = 0 No Error
- NOMEM = -7 Not enough memory
- EXPANSION = -17 Impossible to pack chunk (File already packed ?)
- WRONGPW = -32 Wrong password
- CORRUPTPKD = -14 packed chunk (file) is corrupt
-