Download List

프로젝트 설명

The lzlib compression library provides in-memory LZMA compression and decompression functions, including integrity checking of the decompressed data. The compressed data format used by the library is the lzip format.
The lzip file format is designed for long-term data archiving. It is clean, provides very safe 4-factor integrity checking, and is backed by the recovery capabilities of lziprecover.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-05-11 22:32 Back to release list
1.0

이 릴리스의 새로운 기능 LZ_decompress_member_finished, LZ_decompress_member_version, LZ_decompress_dictionary_size, 그리고 LZ_decompress_data_crc를 추가합니다. 변수는 "통근"네임 스페이스에 캡슐화된되었습니다 선언했다. fchown의 반환 값에 대한 경고가 해결되었습니다 무시당하는. Input_buffer은 Range_decoder에서 코드를 단순화하고 약간 빠른 감압하고 통합되어 있습니다.
Tags: Stable
This release adds the new functions LZ_decompress_member_finished, LZ_decompress_member_version, LZ_decompress_dictionary_size, and LZ_decompress_data_crc. Variables declared "extern" have been encapsulated in a namespace. A warning about fchown's return value being ignored has been fixed. Input_buffer has been integrated in Range_decoder, simplifying the code and making decompression slightly faster.

Project Resources