1IO::Compress::Base(3pm)Perl Programmers Reference GuideIO::Compress::Base(3pm)
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 if to 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::Lzop, IO::Uncompress::UnLzop, IO::Compress::Lzf,
22 IO::Uncompress::UnLzf, IO::Uncompress::AnyInflate,
23 IO::Uncompress::AnyUncompress
24
25 Compress::Zlib::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-2010 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.12.4 2011-06-07 IO::Compress::Base(3pm)