perl-compress-raw-lzma
Perl - Compress::Raw::Lzma
3.4.0
2024-01-16
eisfair-1
the eisfair team, team(at)eisfair(dot)org
stable
glibc 3.4.2
perl 3.4.0
liblzma5 3.4.0
Internal Program Version: Compress::Raw::Lzma 2.206.0.5.38.2
'Compress::Raw::Lzma' provides an interface to the in-memory
compression/uncompression functions from the lzma compression library.
Although the primary purpose for the existence of 'Compress::Raw::Lzma' is
for use by the 'IO::Compress::Lzma', 'IO::Uncompress::UnLzma',
'IO::Compress::Xz' and 'IO::Uncompress::UnXz' modules, it can be used on
its own for simple compression/uncompression tasks.
There are two functions, called 'code' and 'flush', used in all the
compression and uncompression interfaces defined in this module. By default
both of these functions overwrites any data stored in its output buffer
parameter. If you want to compress/uncompress to a single buffer, and have
'code' and 'flush' append to that buffer, enable the 'AppendOutput' option
when you create the compression/decompression object.
http://search.cpan.org/dist/Compress-Raw-Lzma