3 references to Size
System.Formats.Tar (3)
System\Formats\Tar\FieldLocations.cs (1)
16
internal const ushort MTime = Size + FieldLengths.
Size
;
System\Formats\Tar\TarHeader.Read.cs (1)
379
long size = TarHelpers.ParseNumeric<long>(buffer.Slice(FieldLocations.Size, FieldLengths.
Size
));
System\Formats\Tar\TarHeader.Write.cs (1)
634
checksum += FormatNumeric(_size, buffer.Slice(FieldLocations.Size, FieldLengths.
Size
));