Search results for "module:IO::Zlib"
IO::Zlib - IO:: style interface to Compress::Zlib
"IO::Zlib" provides an IO:: style interface to Compress::Zlib and hence to gzip/zlib compressed files. It provides many of the same methods as the IO::Handle interface. Starting from IO::Zlib version 1.02, IO::Zlib can also use an external gzip comma...
TOMHUGHES/IO-Zlib-1.14 - 10 Jan 2023 20:40:41 UTC
IO::Automatic - automatically choose a suitable IO::* module
IO::Automatic provides a simple factory for creating new output handles. Several types of automatic conversion are supplied. If no conversion can be done, we return false. Only the first argument is examined to determine, but all the arguments will b...
RCLAMP/IO-Automatic-0.03 - 19 Jan 2005 21:13:53 UTC
PDL::IO::Image - Load/save bitmap from/to PDL (via FreeImage library)
PDL::IO::Image implements I/O for a number of popular image formats. It is based on "FreeImage library" <http://freeimage.sourceforge.net/> however there is no need to install FreeImage library on your system because PDL::IO::Image uses Alien::FreeIm...
KMX/PDL-IO-Image-1.001 - 11 Jul 2017 11:50:20 UTC
PDL::IO::Sereal - Load/save complete PDL content serialized via Sereal
Loading and saving PDL piddle serialized via Sereal (by default with ZLIB compression). Saved files should be portable across different architectures and PDL versions (there might be some troubles with piddles of 'indx' type which are not portable be...
KMX/PDL-IO-Sereal-0.003 - 16 Dec 2016 18:47:14 UTC
PDL::IO::Matlab - Read and write Matlab format data files.
This module provides routines to read and write pdls to and from data files in Matlab formats. The module uses the matio C library. Both functional and OO interface are provided. Only real, multi-dimensional arrays corresponding to PDL data types are...
ETJ/PDL-IO-Matlab-0.006 - 01 May 2021 06:53:41 UTC
IO::Compress::Xz - Write xz files/buffers
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.206 - 25 Jul 2023 16:00:17 UTC
IO::Compress::Lzf - Write lzf files/buffers
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.206 - 25 Jul 2023 15:58:59 UTC
IO::Compress::Zip - Write zip files/buffers
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.206 - 25 Jul 2023 15:56:21 UTC
IO::Compress::Lzip - Write lzip files/buffers
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.206 - 25 Jul 2023 16:00:17 UTC
IO::Compress::Lzma - Write lzma files/buffers
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.206 - 25 Jul 2023 16:00:17 UTC
IO::Compress::Lzop - Write lzop files/buffers
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.206 - 25 Jul 2023 16:01:42 UTC
IO::Compress::Zstd - Write zstd files/buffers
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.206 - 25 Jul 2023 16:04:50 UTC
IO::Compress::Gzip - Write RFC 1952 files/buffers
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.206 - 25 Jul 2023 15:56:21 UTC
IO::Compress::Base - Base Class for IO::Compress modules
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.206 - 25 Jul 2023 15:56:21 UTC
IO::Compress::Bzip2 - Write bzip2 files/buffers
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.206 - 25 Jul 2023 15:56:21 UTC
IO::Uncompress::UnXz - Read xz files/buffers
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.206 - 25 Jul 2023 16:00:17 UTC
IO::Uncompress::Base - Base Class for IO::Uncompress modules
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.206 - 25 Jul 2023 15:56:21 UTC
IO::Uncompress::UnLzf - Read lzf files/buffers
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.206 - 25 Jul 2023 15:58:59 UTC