squiz-box ~master (2022-05-18T12:31:34.5908735)
Dub
Repo
TarEntryInfo
squiz_box
box
tar
Undocumented in source.
struct
TarEntryInfo {
string
path
;
string
linkname
;
EntryType
type
;
ulong
size
;
ulong
entrySize
;
SysTime
timeLastModified
;
uint
attributes
;
version(Posix)
int
ownerId
;
version(Posix)
int
groupId
;
}
Members
Variables
attributes
uint
attributes
;
Undocumented in source.
entrySize
ulong
entrySize
;
Undocumented in source.
groupId
int
groupId
;
Undocumented in source.
linkname
string
linkname
;
Undocumented in source.
ownerId
int
ownerId
;
Undocumented in source.
path
string
path
;
Undocumented in source.
size
ulong
size
;
Undocumented in source.
timeLastModified
SysTime
timeLastModified
;
Undocumented in source.
type
EntryType
type
;
Undocumented in source.
Meta
Source
See Implementation
squiz_box
box
tar
functions
createTarArchive
posixModeFileType
readTarArchive
toEntryType
toTypeflag
structs
TarEntryInfo