3 references to Mode
System.Formats.Tar (3)
System\Formats\Tar\FieldLocations.cs (1)
13
internal const ushort Uid =
Mode
+ FieldLengths.Mode;
System\Formats\Tar\TarHeader.Read.cs (1)
388
mode: TarHelpers.ParseNumeric<int>(buffer.Slice(FieldLocations.
Mode
, FieldLengths.Mode)),
System\Formats\Tar\TarHeader.Write.cs (1)
619
checksum += FormatNumeric(_mode, buffer.Slice(FieldLocations.
Mode
, FieldLengths.Mode));