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 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::Lzip, IO::Uncompress::UnLzip, IO::Compress::Lzop,
22 IO::Uncompress::UnLzop, IO::Compress::Lzf, IO::Uncompress::UnLzf,
23 IO::Compress::Zstd, IO::Uncompress::UnZstd, IO::Uncompress::AnyInflate,
24 IO::Uncompress::AnyUncompress
25
26 IO::Compress::FAQ
27
28 File::GlobMapper, Archive::Zip, Archive::Tar, IO::Zlib
29
31 This module was written by Paul Marquess, "pmqs@cpan.org".
32
34 See the Changes file.
35
37 Copyright (c) 2005-2019 Paul Marquess. All rights reserved.
38
39 This program is free software; you can redistribute it and/or modify it
40 under the same terms as Perl itself.
41
42
43
44perl v5.28.1 2019-01-05 IO::Compress::Base(3)