Compress::unLZMA

Interface to LZMA decompression library
Download

Compress::unLZMA Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Adriano Ferreira
  • Publisher web site:
  • http://search.cpan.org/~ferreira/

Compress::unLZMA Tags


Compress::unLZMA Description

Interface to LZMA decompression library Compress::unLZMA is a Perl module based on the LZMA SDK which provides a cross-platform implementation of the LZMA decompression algorithm in ANSI C.LZMA is default and general compression method of 7z format in 7-Zip program. LZMA provides high compression ratio and very fast decompression.Compress::unLZMA is a Perl module based on the LZMA SDK which provides a cross-platform implementation of the LZMA decompression algorithm in ANSI C.From SDK lzma.txt file: LZMA decompression code was ported from original C++ sources to C. Also it was simplified and optimized for code size. But it is fully compatible with LZMA from 7-Zip.SYNOPSIS use Compress::unLZMA qw(uncompress uncompressfile); my $data = uncompressfile('foo.lzma'); my $data = uncompress($content); Requirements: · Perl


Compress::unLZMA Related Software