@obsidize/tar-browserify
Preparing search index...
PaxHeaderAttributes
Interface PaxHeaderAttributes
Object of key-value pairs for raw PAX attributes to populate a
PaxHeader
instance with.
interface
PaxHeaderAttributes
{
comment
:
string
;
gid
:
string
|
number
;
gname
:
string
;
hdrcharset
:
string
;
linkpath
:
string
;
mtime
:
string
|
number
;
path
:
string
;
size
:
string
|
number
;
uid
:
string
|
number
;
uname
:
string
;
[
key
:
string
]:
string
|
number
;
}
Hierarchy
Record
<
PaxHeaderKey
|
string
,
string
|
number
>
PaxHeaderAttributes
Indexable
[
key
:
string
]:
string
|
number
Index
Properties
comment
gid
gname
hdrcharset
linkpath
mtime
path
size
uid
uname
Properties
comment
comment
:
string
gid
gid
:
string
|
number
gname
gname
:
string
hdrcharset
hdrcharset
:
string
linkpath
linkpath
:
string
mtime
mtime
:
string
|
number
path
path
:
string
size
size
:
string
|
number
uid
uid
:
string
|
number
uname
uname
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
comment
gid
gname
hdrcharset
linkpath
mtime
path
size
uid
uname
@obsidize/tar-browserify
Loading...
Object of key-value pairs for raw PAX attributes to populate a
PaxHeader
instance with.