Compress::LZMA::External

Compress and decompress using LZMA
Download

Compress::LZMA::External Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Leon Brocard
  • Publisher web site:
  • http://search.cpan.org/~lbrocard/

Compress::LZMA::External Tags


Compress::LZMA::External Description

Compress and decompress using LZMA The Lempel-Ziv-Markov chain-Algorithm (LZMA) is an data compression algorithm. It compresses very well (better than gzip and bzip2), compresses very slowly (much slower than bzip2) but decompresses relatively quickly.Compress::LZMA::External is a Perl interface to the lzma command-line program, available under Ubuntu with 'sudo apt-get install lzma'.SYNOPSIS use Compress::LZMA::External qw(compress decompress); my $compressed = compress($raw_data); my $decompressed = decompress($compressed_data); Requirements: · Perl


Compress::LZMA::External Related Software