1 write to _superStream
System.Formats.Tar (1)
System\Formats\Tar\SubReadStream.cs (1)
33_superStream = superStream;
5 references to _superStream
System.Formats.Tar (5)
System\Formats\Tar\SeekableSubReadStream.cs (3)
62int bytesRead = _superStream.Read(destination.Slice(0, count)); 105if (_positionInSuperStream != _superStream.Position) 109_superStream.Seek(_positionInSuperStream, SeekOrigin.Begin);
System\Formats\Tar\SubReadStream.cs (2)
122int ret = _superStream.Read(destination.Slice(0, count)); 166int ret = await _superStream.ReadAsync(buffer, cancellationToken).ConfigureAwait(false);