IO::Compress::Base - Base Class for IO::Compress modules


NAME

IO::Compress::Base - Base Class for IO::Compress modules


SYNOPSIS

    use IO::Compress::Base ;


DESCRIPTION

This module is not intended for direct use in application code. Its sole purpose if to to be sub-classed by IO::Compress modules.


SEE ALSO

the Compress::Zlib manpage, the IO::Compress::Gzip manpage, the IO::Uncompress::Gunzip manpage, the IO::Compress::Deflate manpage, the IO::Uncompress::Inflate manpage, the IO::Compress::RawDeflate manpage, the IO::Uncompress::RawInflate manpage, the IO::Compress::Bzip2 manpage, the IO::Uncompress::Bunzip2 manpage, the IO::Compress::Lzop manpage, the IO::Uncompress::UnLzop manpage, the IO::Compress::Lzf manpage, the IO::Uncompress::UnLzf manpage, the IO::Uncompress::AnyInflate manpage, the IO::Uncompress::AnyUncompress manpage

Compress::Zlib::FAQ

File::GlobMapper, Archive::Zip, Archive::Tar, IO::Zlib


AUTHOR

This module was written by Paul Marquess, pmqs@cpan.org.


MODIFICATION HISTORY

See the Changes file.


COPYRIGHT AND LICENSE

Copyright (c) 2005-2008 Paul Marquess. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

 IO::Compress::Base - Base Class for IO::Compress modules