1IO::Compress::Base(3) User Contributed Perl DocumentationIO::Compress::Base(3)
2
3
4

NAME

6       IO::Compress::Base - Base Class for IO::Compress modules
7

SYNOPSIS

9           use IO::Compress::Base ;
10

DESCRIPTION

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

SUPPORT

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

SEE ALSO

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

AUTHOR

36       This module was written by Paul Marquess, "pmqs@cpan.org".
37

MODIFICATION HISTORY

39       See the Changes file.
40
42       Copyright (c) 2005-2019 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.30.1                      2020-01-30             IO::Compress::Base(3)
Impressum