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 if to to be sub-classed by IO::Compress modules.
14
16 Compress::Zlib, IO::Compress::Gzip, IO::Uncompress::Gunzip, IO::Com‐
17 press::Deflate, IO::Uncompress::Inflate, IO::Compress::RawDeflate,
18 IO::Uncompress::RawInflate, IO::Compress::Bzip2, IO::Uncompress::Bun‐
19 zip2, IO::Compress::Lzop, IO::Uncompress::UnLzop, IO::Compress::Lzf,
20 IO::Uncompress::UnLzf, IO::Uncompress::AnyInflate, IO::Uncom‐
21 press::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-2007 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.8.8 2007-06-18 IO::Compress::Base(3)