Categories
Lzlib
The lzlib compression library provides in-memory LZMA compression and decompression functions, including integrity checking of the uncompressed data. The compressed data format used by the library is the lzip format.
The functions and variables forming the interface of the compression library are declared in the file lzlib.h. An usage example of the library is given in the file main.cc.
Compression/decompression is done by repeteadly calling a couple of read/write functions until all the data has been processed by the library. This interface is safer and less error prone than the traditional zlib interface.
Last updated 22 Apr, 2009
Versions
0.8
- Released: 18 Jan, 2010
- Code Maturity: Beta
- Source Archive: http://mirrors.igsobe.com/nongnu/lzip/lzlib-0.8...
- Licenses: GPLv3orlater
- Interfaces: Library
0.7
- Released: 22 Oct, 2009
- Code Maturity: Beta
- Source Archive: http://savannah.inetbridge.net/lzip/lzlib-0.7.t...
- Licenses: GPLv3orlater
- Interfaces: Library
0.6
- Released: 4 Sep, 2009
- Code Maturity: Beta
- Source Archive: http://savannah.inetbridge.net/lzip/lzlib-0.6.t...
- Licenses: GPLv3orlater
- Interfaces: Library
0.5
- Released: 6 Jul, 2009
- Code Maturity: Beta
- Source Archive: http://mirror.its.uidaho.edu/pub/savannah/lzip/...
- Licenses: GPLv3orlater
- Interfaces: Library
0.4
- Released: 4 Jun, 2009
- Code Maturity: Beta
- Source Archive: http://mirror.its.uidaho.edu/pub/savannah/lzip/...
- Licenses: GPLv3orlater
- Interfaces: Library
0.3
- Released: 4 May, 2009
- Code Maturity: Beta
- Source Archive: http://nongnu.askapache.com/lzip/lzlib-0.3.tar.gz
- Licenses: GPLv3orlater
- Interfaces: Library
0.2
- Released: 27 Apr, 2009
- Code Maturity: Beta
- Source Archive: http://savannah.inetbridge.net/lzip/lzlib-0.2.t...
- Licenses: GPLv3orlater
- Interfaces: Library
0.1
- Released: 22 Apr, 2009
- Code Maturity: Beta
- Source Archive: http://savannah.inetbridge.net/lzip/lzlib-0.1.t...
- Licenses: GPLv3orlater
- Interfaces: Library
User Community and Support
http://download.savannah.gnu.org/releases/lzip/manual/lzlib_manual.html




