You are viewing the version of this documentation from Perl 5.24.2. View the latest version

CONTENTS

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 is to be sub-classed by IO::Compress 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,