The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:IO::Uncompress::AnyInflate"

IO::Uncompress::AnyInflate - Uncompress zlib-based (zip, gzip) file/buffer River stage four • 258 direct dependents • 9811 total dependents

This module provides a Perl interface that allows the reading of files/buffers that have been compressed in a number of formats that use the zlib compression library. The formats supported are RFC 1950 RFC 1951 (optionally) gzip (RFC 1952) zip The mo...

PMQS/IO-Compress-2.211 - 06 Apr 2024 13:44:44 UTC

IO::Uncompress::Base - Base Class for IO::Uncompress modules River stage four • 258 direct dependents • 9811 total dependents

This module is not intended for direct use in application code. Its sole purpose is to be sub-classed by IO::Uncompress modules....

PMQS/IO-Compress-2.211 - 06 Apr 2024 13:44:44 UTC

IO::Compress::Xz - Write xz files/buffers River stage one • 5 direct dependents • 7 total dependents

This module provides a Perl interface that allows writing xz compressed data to files or buffer. For reading xz files/buffers, see the companion module IO::Uncompress::UnXz....

PMQS/IO-Compress-Lzma-2.211 - 06 Apr 2024 13:48:44 UTC

IO::Compress::Zip - Write zip files/buffers River stage four • 258 direct dependents • 9811 total dependents

This module provides a Perl interface that allows writing zip compressed data to files or buffer. The primary purpose of this module is to provide streaming write access to zip files and buffers. At present the following compression methods are suppo...

PMQS/IO-Compress-2.211 - 06 Apr 2024 13:44:44 UTC

IO::Compress::Lzf - Write lzf files/buffers River stage zero No dependents

This module provides a Perl interface that allows writing lzf compressed data to files or buffer. Note that although this module uses "Compress::LZF" for compression, it uses a different file format. The lzf file format used here is the same as the l...

PMQS/IO-Compress-Lzf-2.211 - 06 Apr 2024 13:46:11 UTC

IO::Compress::Base - Base Class for IO::Compress modules River stage four • 258 direct dependents • 9811 total dependents

This module is not intended for direct use in application code. Its sole purpose is to be sub-classed by IO::Compress modules....

PMQS/IO-Compress-2.211 - 06 Apr 2024 13:44:44 UTC

IO::Compress::Gzip - Write RFC 1952 files/buffers River stage four • 258 direct dependents • 9811 total dependents

This module provides a Perl interface that allows writing compressed data to files or buffer as defined in RFC 1952. All the gzip headers defined in RFC 1952 can be created using this module. For reading RFC 1952 files/buffers, see the companion modu...

PMQS/IO-Compress-2.211 - 06 Apr 2024 13:44:44 UTC

IO::Compress::Zstd - Write zstd files/buffers River stage zero No dependents

This module provides a Perl interface that allows writing zstd compressed data to files or buffer. For reading zstd files/buffers, see the companion module IO::Uncompress::UnZstd....

PMQS/IO-Compress-Zstd-2.211 - 06 Apr 2024 13:50:35 UTC

IO::Compress::Lzma - Write lzma files/buffers River stage one • 5 direct dependents • 7 total dependents

This module provides a Perl interface that allows writing lzma compressed data to files or buffer. For reading lzma files/buffers, see the companion module IO::Uncompress::UnLzma....

PMQS/IO-Compress-Lzma-2.211 - 06 Apr 2024 13:48:44 UTC

IO::Compress::Lzop - Write lzop files/buffers River stage zero No dependents

This module provides a Perl interface that allows writing lzop compressed data to files or buffer. For reading lzop files/buffers, see the companion module IO::Uncompress::UnLzop....

PMQS/IO-Compress-Lzop-2.211 - 06 Apr 2024 13:50:10 UTC

IO::Compress::Lzip - Write lzip files/buffers River stage one • 5 direct dependents • 7 total dependents

This module provides a Perl interface that allows writing lzip compressed data to files or buffer. For reading lzip files/buffers, see the companion module IO::Uncompress::UnLzip....

PMQS/IO-Compress-Lzma-2.211 - 06 Apr 2024 13:48:44 UTC

IO::Compress::Bzip2 - Write bzip2 files/buffers River stage four • 258 direct dependents • 9811 total dependents

This module provides a Perl interface that allows writing bzip2 compressed data to files or buffer. For reading bzip2 files/buffers, see the companion module IO::Uncompress::Bunzip2....

PMQS/IO-Compress-2.211 - 06 Apr 2024 13:44:44 UTC

IO::Uncompress::UnXz - Read xz files/buffers River stage one • 5 direct dependents • 7 total dependents

This module provides a Perl interface that allows the reading of lzma files/buffers. For writing xz files/buffers, see the companion module IO::Compress::Xz....

PMQS/IO-Compress-Lzma-2.211 - 06 Apr 2024 13:48:44 UTC

IO::Compress::Deflate - Write RFC 1950 files/buffers River stage four • 258 direct dependents • 9811 total dependents

This module provides a Perl interface that allows writing compressed data to files or buffer as defined in RFC 1950. For reading RFC 1950 files/buffers, see the companion module IO::Uncompress::Inflate....

PMQS/IO-Compress-2.211 - 06 Apr 2024 13:44:44 UTC

IO::Uncompress::UnLzf - Read lzf files/buffers River stage zero No dependents

This module provides a Perl interface that allows the reading of lzf files/buffers. For writing lzf files/buffers, see the companion module IO::Compress::Lzf. Note that although this module uses "Compress::LZF" for uncompression, it uses a different ...

PMQS/IO-Compress-Lzf-2.211 - 06 Apr 2024 13:46:11 UTC

IO::Uncompress::Unzip - Read zip files/buffers River stage four • 258 direct dependents • 9811 total dependents

This module provides a Perl interface that allows the reading of zlib files/buffers. For writing zip files/buffers, see the companion module IO::Compress::Zip. The primary purpose of this module is to provide *streaming* read access to zip files and ...

PMQS/IO-Compress-2.211 - 06 Apr 2024 13:44:44 UTC

IO::Uncompress::Untar - Pure-perl extension to read tar (and tgz and .tar.bz2 etc) files/buffers River stage zero No dependents

This module provides a minimal pure-Perl interface that allows the reading of tar files/buffers. It maintains basic compatability/functionality of IO::Uncompress::Unzip EXPORT None by default. Notes Only these are implimented: new nextStream getHeade...

CDRAKE/IO-Uncompress-Untar-1.02 - 20 Jan 2020 10:01:06 UTC

IO::Uncompress::UnZstd - Read zstd files/buffers River stage zero No dependents

This module provides a Perl interface that allows the reading of zstd files/buffers. For writing zstd files/buffers, see the companion module IO::Compress::Zstd....

PMQS/IO-Compress-Zstd-2.211 - 06 Apr 2024 13:50:35 UTC

IO::Uncompress::Gunzip - Read RFC 1952 files/buffers River stage four • 258 direct dependents • 9811 total dependents

This module provides a Perl interface that allows the reading of files/buffers that conform to RFC 1952. For writing RFC 1952 files/buffers, see the companion module IO::Compress::Gzip....

PMQS/IO-Compress-2.211 - 06 Apr 2024 13:44:44 UTC

IO::Uncompress::UnLzip - Read lzip files/buffers River stage one • 5 direct dependents • 7 total dependents

This module provides a Perl interface that allows the reading of lzma files/buffers. For writing lzip files/buffers, see the companion module IO::Compress::Lzip....

PMQS/IO-Compress-Lzma-2.211 - 06 Apr 2024 13:48:44 UTC
27 results (0.047 seconds)