Net::SSH::Perl::Comp::Zlib - Wrapper for SSH Zlib Compression


Net-SSH-Perl documentation  | view source Contained in the Net-SSH-Perl distribution.

Index


NAME

Top

Net::SSH::Perl::Comp::Zlib - Wrapper for SSH Zlib Compression

SYNOPSIS

Top

    use Net::SSH::Perl::Comp;
    my $comp = Net::SSH::Perl::Comp->new('Zlib');
    print $comp->compress($data);

DESCRIPTION

Top

Net::SSH::Perl::Comp::Zlib subclasses Net::SSH::Perl::Comp to provide Zlib compression support for Net::SSH::Perl. To do so it wraps around Compress::Zlib, an XS hook into the zlib library.

Read through the Net::SSH::Perl::Comp docs for usage information.

AUTHOR & COPYRIGHTS

Top

Please see the Net::SSH::Perl manpage for author, copyright, and license information.


Net-SSH-Perl documentation  | view source Contained in the Net-SSH-Perl distribution.