Base:
1 override of ReadAsync
System.Formats.Tar (1)
System\Formats\Tar\SeekableSubReadStream.cs (1)
70public override ValueTask<int> ReadAsync(Memory<byte> buffer, CancellationToken cancellationToken = default)
1 reference to ReadAsync
System.Formats.Tar (1)
System\Formats\Tar\SubReadStream.cs (1)
141return ReadAsync(new Memory<byte>(buffer, offset, count), cancellationToken).AsTask();