Search results for "module:IO::Compress::Zip::Constants"

lib/IO/Compress/Zip/Constants.pm River stage five • 271 direct dependents • 10109 total dependents

PMQS/IO-Compress-2.213 - Aug 28, 2024

IO::Compress::Zip - Write zip files/buffers River stage five • 271 direct dependents • 10109 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.213 - Aug 28, 2024

IO::Uncompress::Unzip - Read zip files/buffers River stage five • 271 direct dependents • 10109 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.213 - Aug 28, 2024

IO::Compress::Xz - Write xz files/buffers River stage one • 6 direct dependents • 8 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.213 - Aug 28, 2024

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.213 - Aug 28, 2024

IO::Compress::Zstd - Write zstd files/buffers River stage one • 1 direct dependent • 1 total dependent

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.213 - Aug 28, 2024

IO::Compress::Lzma - Write lzma files/buffers River stage one • 6 direct dependents • 8 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.213 - Aug 28, 2024

IO::Compress::Lzip - Write lzip files/buffers River stage one • 6 direct dependents • 8 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.213 - Aug 28, 2024

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.213 - Aug 28, 2024

IO::Compress::Gzip - Write RFC 1952 files/buffers River stage five • 271 direct dependents • 10109 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.213 - Aug 28, 2024

IO::Compress::Bzip2 - Write bzip2 files/buffers River stage five • 271 direct dependents • 10109 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.213 - Aug 28, 2024

IO::Uncompress::UnXz - Read xz files/buffers River stage one • 6 direct dependents • 8 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.213 - Aug 28, 2024

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.213 - Aug 28, 2024

IO::Compress::Deflate - Write RFC 1950 files/buffers River stage five • 271 direct dependents • 10109 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.213 - Aug 28, 2024

IO::Uncompress::UnLzop - Read lzop files/buffers River stage zero No dependents

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

PMQS/IO-Compress-Lzop-2.213 - Aug 28, 2024

IO::Uncompress::UnZstd - Read zstd files/buffers River stage one • 1 direct dependent • 1 total dependent

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.213 - Aug 28, 2024

IO::Uncompress::UnLzip - Read lzip files/buffers River stage one • 6 direct dependents • 8 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.213 - Aug 28, 2024

IO::Uncompress::UnLzma - Read lzma files/buffers River stage one • 6 direct dependents • 8 total dependents

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

PMQS/IO-Compress-Lzma-2.213 - Aug 28, 2024

IO::Uncompress::Gunzip - Read RFC 1952 files/buffers River stage five • 271 direct dependents • 10109 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.213 - Aug 28, 2024

IO::Uncompress::Inflate - Read RFC 1950 files/buffers River stage five • 271 direct dependents • 10109 total dependents

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

PMQS/IO-Compress-2.213 - Aug 28, 2024
25 results (0.074 seconds)