6 references to ReadExactly
Microsoft.DotNet.Build.Tasks.Installers (6)
src\RpmLead.cs (6)
28
if (!stream.
ReadExactly
(4).SequenceEqual((ReadOnlySpan<byte>)[0xed, 0xab, 0xee, 0xdb]))
36
lead.Type = BinaryPrimitives.ReadInt16BigEndian(stream.
ReadExactly
(2));
37
lead.Architecture = BinaryPrimitives.ReadInt16BigEndian(stream.
ReadExactly
(2));
41
lead.OperatingSystem = BinaryPrimitives.ReadInt16BigEndian(stream.
ReadExactly
(2));
42
lead.SignatureType = BinaryPrimitives.ReadInt16BigEndian(stream.
ReadExactly
(2));
43
stream.
ReadExactly
(16); // Skip reserved