NAME
Archive::Raw::Context - libarchive Entry class
VERSION
version 0.03
DESCRIPTION
A Archive::Raw::Entry represents an entry, similar to "struct stat"
.
METHODS
pathname( [$pathname] )
filetype( [$filetype] )
size_is_set( )
ctime_is_set( )
mtime_is_set( )
is_data_encrypted( )
is_metadata_encrypted( )
is_encrypted( )
size( [$size] )
uname( [$uname] )
gname( [$gname] )
ctime( [$secs, $nano] )
mtime( [$secs, $nano] )
mode( [$mode] )
strmode( )
gid( [$gid] )
uid( [$uid] )
symlink( [$sylink] )
symlink_type( [$type] )
AUTHOR
Jacques Germishuys <jacquesg@striata.com>
LICENSE AND COPYRIGHT
Copyright 2019 Jacques Germishuys.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.