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