7 references to TarHeader
System.Formats.Tar (7)
System\Formats\Tar\TarEntry.cs (1)
49
_header = new
TarHeader
(format, entryName, TarHelpers.GetDefaultMode(entryType), DateTimeOffset.UtcNow, entryType);
System\Formats\Tar\TarHeader.cs (1)
105
:
this
(format, other._name, other._mode, other._mTime, typeFlag)
System\Formats\Tar\TarHeader.Read.cs (1)
386
TarHeader header =
new
(initialFormat,
System\Formats\Tar\TarHeader.Write.cs (3)
279
TarHeader extendedAttributesHeader =
new
(TarEntryFormat.Pax);
323
TarHeader extendedAttributesHeader =
new
(TarEntryFormat.Pax);
434
return
new
(TarEntryFormat.Gnu)
System\Formats\Tar\TarReader.cs (1)
468
finalHeader =
new
(TarEntryFormat.Gnu);