3 references to Gid
System.Formats.Tar (3)
System\Formats\Tar\FieldLocations.cs (1)
15
internal const ushort Size =
Gid
+ FieldLengths.Gid;
System\Formats\Tar\TarHeader.Read.cs (1)
395
_gid = TarHelpers.ParseNumeric<int>(buffer.Slice(FieldLocations.
Gid
, FieldLengths.Gid)),
System\Formats\Tar\TarHeader.Write.cs (1)
629
checksum += FormatNumeric(_gid, buffer.Slice(FieldLocations.
Gid
, FieldLengths.Gid));