1IO::Compress::Base(3) User Contributed Perl DocumentationIO::Compress::Base(3)
2
3
4
6 IO::Compress::Base - Base Class for IO::Compress modules
7
9 use IO::Compress::Base ;
10
12 This module is not intended for direct use in application code. Its
13 sole purpose is to be sub-classed by IO::Compress modules.
14
16 General feedback/questions/bug reports should be sent to
17 <https://github.com/pmqs/IO-Compress/issues> (preferred) or
18 <https://rt.cpan.org/Public/Dist/Display.html?Name=IO-Compress>.
19
21 Compress::Zlib, IO::Compress::Gzip, IO::Uncompress::Gunzip,
22 IO::Compress::Deflate, IO::Uncompress::Inflate,
23 IO::Compress::RawDeflate, IO::Uncompress::RawInflate,
24 IO::Compress::Bzip2, IO::Uncompress::Bunzip2, IO::Compress::Lzma,
25 IO::Uncompress::UnLzma, IO::Compress::Xz, IO::Uncompress::UnXz,
26 IO::Compress::Lzip, IO::Uncompress::UnLzip, IO::Compress::Lzop,
27 IO::Uncompress::UnLzop, IO::Compress::Lzf, IO::Uncompress::UnLzf,
28 IO::Compress::Zstd, IO::Uncompress::UnZstd, IO::Uncompress::AnyInflate,
29 IO::Uncompress::AnyUncompress
30
31 IO::Compress::FAQ
32
33 File::GlobMapper, Archive::Zip, Archive::Tar, IO::Zlib
34
36 This module was written by Paul Marquess, "pmqs@cpan.org".
37
39 See the Changes file.
40
42 Copyright (c) 2005-2021 Paul Marquess. All rights reserved.
43
44 This program is free software; you can redistribute it and/or modify it
45 under the same terms as Perl itself.
46
47
48
49perl v5.32.1 2021-03-01 IO::Compress::Base(3)