1IO::Uncompress::Base(3)User Contributed Perl DocumentatioInO::Uncompress::Base(3)
2
3
4
6 IO::Uncompress::Base - Base Class for IO::Uncompress modules
7
9 use IO::Uncompress::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::Uncompress 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::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
30 This module was written by Paul Marquess, "pmqs@cpan.org".
31
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::Uncompress::Base(3)