Base:
2 references to Read
System.Formats.Tar (2)
src\runtime\src\libraries\Common\src\System\IO\SubReadStream.cs (2)
181
return
Read
(buffer.AsSpan(offset, count));
206
return
Read
(new Span<byte>(ref b)) == 1 ? b : -1;