NAME

Archive::SevenZip::API::ArchiveTar - Archive::Tar-compatibility API

SYNOPSIS

my $ar = Archive::SevenZip->archiveTarApi(
    find => 1,
    archivename => $archivename,
    verbose => $verbose,
);
print "$_\n" for $ar->list_files;

This module implements just enough of the Archive::Tar API to make extracting work. Ideally use this API to enable a script that uses Archive::Tar to also read other archive files supported by 7z.

METHODS

->contains_file

->get_content

->list_files

->extract_file

REPOSITORY

The public repository of this module is https://github.com/Corion/archive-sevenzip.

SUPPORT

The public support forum of this module is https://perlmonks.org/.

BUG TRACKER

Please report bugs in this module via the RT CPAN bug queue at https://rt.cpan.org/Public/Dist/Display.html?Name=Archive-SevenZip or via mail to archive-sevenzip-Bugs@rt.cpan.org.

AUTHOR

Max Maischein corion@cpan.org

COPYRIGHT (c)

Copyright 2015-2024 by Max Maischein corion@cpan.org.

LICENSE

This module is released under the same terms as Perl itself.