The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:IO::Compress::Bzip2"

IO::Compress::Bzip2 - Write bzip2 files/buffers River stage five • 260 direct dependents • 10012 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.212 - 27 Apr 2024 12:55:39 UTC

lib/IO/Compress/Adapter/Bzip2.pm River stage five • 260 direct dependents • 10012 total dependents

PMQS/IO-Compress-2.212 - 27 Apr 2024 12:55:39 UTC

Bundle::IO::Compress::Bzip2 - Install IO::Compress::Bzip2 and dependencies River stage zero No dependents

PMQS/Bundle-IO-Compress-Bzip2-2.201 - 25 Jun 2022 09:02:20 UTC

IO::Compress::Base - Base Class for IO::Compress modules River stage five • 260 direct dependents • 10012 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.212 - 27 Apr 2024 12:55:39 UTC

IO::Uncompress::Bunzip2 - Read bzip2 files/buffers River stage five • 260 direct dependents • 10012 total dependents

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

PMQS/IO-Compress-2.212 - 27 Apr 2024 12:55:39 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.212 - 27 Apr 2024 13:01:35 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.212 - 27 Apr 2024 12:58:35 UTC

IO::Compress::Zip - Write zip files/buffers River stage five • 260 direct dependents • 10012 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.212 - 27 Apr 2024 12:55:39 UTC

IO::Compress::Gzip - Write RFC 1952 files/buffers River stage five • 260 direct dependents • 10012 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.212 - 27 Apr 2024 12:55:39 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.212 - 27 Apr 2024 13:04:43 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.212 - 27 Apr 2024 13:01: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.212 - 27 Apr 2024 13:01:35 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.212 - 27 Apr 2024 13:04:32 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.212 - 27 Apr 2024 13:01:35 UTC

IO::Uncompress::Base - Base Class for IO::Uncompress modules River stage five • 260 direct dependents • 10012 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.212 - 27 Apr 2024 12:55:39 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.212 - 27 Apr 2024 12:58:35 UTC

IO::Uncompress::Unzip - Read zip files/buffers River stage five • 260 direct dependents • 10012 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.212 - 27 Apr 2024 12:55:39 UTC

IO::Compress::Deflate - Write RFC 1950 files/buffers River stage five • 260 direct dependents • 10012 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.212 - 27 Apr 2024 12:55:39 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::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.212 - 27 Apr 2024 13:04:32 UTC
30 results (0.078 seconds)