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

SEE ALSO

16       Compress::Zlib, IO::Compress::Gzip, IO::Uncompress::Gunzip,
17       IO::Compress::Deflate, IO::Uncompress::Inflate,
18       IO::Compress::RawDeflate, IO::Uncompress::RawInflate,
19       IO::Compress::Bzip2, IO::Uncompress::Bunzip2, IO::Compress::Lzma,
20       IO::Uncompress::UnLzma, IO::Compress::Xz, IO::Uncompress::UnXz,
21       IO::Compress::Lzop, IO::Uncompress::UnLzop, IO::Compress::Lzf,
22       IO::Uncompress::UnLzf, IO::Uncompress::AnyInflate,
23       IO::Uncompress::AnyUncompress
24
25       IO::Compress::FAQ
26
27       File::GlobMapper, Archive::Zip, Archive::Tar, IO::Zlib
28

AUTHOR

30       This module was written by Paul Marquess, "pmqs@cpan.org".
31

MODIFICATION HISTORY

33       See the Changes file.
34
36       Copyright (c) 2005-2018 Paul Marquess. All rights reserved.
37
38       This program is free software; you can redistribute it and/or modify it
39       under the same terms as Perl itself.
40
41
42
43perl v5.26.3                      2018-04-05             IO::Compress::Base(3)
Impressum