3 references to DevMajor
System.Formats.Tar (3)
System\Formats\Tar\FieldLocations.cs (1)
28
internal const ushort DevMinor = DevMajor + FieldLengths.
DevMajor
;
System\Formats\Tar\TarHeader.Read.cs (1)
528
_devMajor = TarHelpers.ParseNumeric<int>(buffer.Slice(FieldLocations.DevMajor, FieldLengths.
DevMajor
));
System\Formats\Tar\TarHeader.Write.cs (1)
739
checksum += FormatNumeric(_devMajor, buffer.Slice(FieldLocations.DevMajor, FieldLengths.
DevMajor
));