Archive::Lha::Decode::LH7 - Archive::Lha::Decode::LH7 documentation


Archive-Lha documentation Contained in the Archive-Lha distribution.

Index


Code Index:

NAME

Top

Archive::Lha::Decode::LH7

DESCRIPTION

Top

This is a lh7 decoder. See Archive::Lha::Decode for options and examples.

AUTHOR

Top

Kenichi Ishigaki, <ishigaki@cpan.org>

COPYRIGHT AND LICENSE

Top


Archive-Lha documentation Contained in the Archive-Lha distribution.

package Archive::Lha::Decode::LH7;

use strict;
use warnings;
use Archive::Lha::Constants;
use Archive::Lha::Decode::Base ( dicbit => 16 );

1;

__END__