IO::Uncompress::Base(3pm) - phpMan

IO::Uncompress::Base(3User Contributed Perl DocumentatiIO::Uncompress::Base(3)
NAME
       IO::Uncompress::Base - Base Class for IO::Uncompress modules
SYNOPSIS
           use IO::Uncompress::Base ;
DESCRIPTION
       This module is not intended for direct use in application code. Its
       sole purpose is to be sub-classed by IO::Uncompress modules.
SEE ALSO
       Compress::Zlib, IO::Compress::Gzip, IO::Uncompress::Gunzip,
       IO::Compress::Deflate, IO::Uncompress::Inflate,
       IO::Compress::RawDeflate, IO::Uncompress::RawInflate,
       IO::Compress::Bzip2, IO::Uncompress::Bunzip2, IO::Compress::Lzma,
       IO::Uncompress::UnLzma, IO::Compress::Xz, IO::Uncompress::UnXz,
       IO::Compress::Lzop, IO::Uncompress::UnLzop, IO::Compress::Lzf,
       IO::Uncompress::UnLzf, IO::Uncompress::AnyInflate,
       IO::Uncompress::AnyUncompress
       IO::Compress::FAQ
       File::GlobMapper, Archive::Zip, Archive::Tar, IO::Zlib
AUTHOR
       This module was written by Paul Marquess, "pmqs AT cpan.org".
MODIFICATION HISTORY
       See the Changes file.
COPYRIGHT AND LICENSE
       Copyright (c) 2005-2018 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.
perl v5.26.3                      2018-04-05           IO::Uncompress::Base(3)