1IO::Uncompress::Base(3pmP)erl Programmers Reference GuidIeO::Uncompress::Base(3pm)
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 if to to be sub-classed by IO::Unompress 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::Lzop,
20 IO::Uncompress::UnLzop, IO::Compress::Lzf, IO::Uncompress::UnLzf,
21 IO::Uncompress::AnyInflate, IO::Uncompress::AnyUncompress
22
23 Compress::Zlib::FAQ
24
25 File::GlobMapper, Archive::Zip, Archive::Tar, IO::Zlib
26
28 This module was written by Paul Marquess, pmqs@cpan.org.
29
31 See the Changes file.
32
34 Copyright (c) 2005-2009 Paul Marquess. All rights reserved.
35
36 This program is free software; you can redistribute it and/or modify it
37 under the same terms as Perl itself.
38
39
40
41perl v5.10.1 2017-03-22 IO::Uncompress::Base(3pm)