Base:
1 override of Read
System.Formats.Tar (1)
System\Formats\Tar\SeekableSubReadStream.cs (1)
43
public override int
Read
(Span<byte> destination)
2 references to Read
System.Formats.Tar (2)
System\Formats\Tar\SubReadStream.cs (2)
102
return
Read
(buffer.AsSpan(offset, count));
131
return
Read
(new Span<byte>(ref b)) == 1 ? b : -1;