3 references to SubReadStream
System.Formats.Tar (3)
System\Formats\Tar\SeekableSubReadStream.cs (1)
17
:
base
(superStream, startPosition, maxLength)
System\Formats\Tar\TarHeader.Read.cs (2)
329
: new
SubReadStream
(archiveStream, 0, _size);
356
: new
SubReadStream
(archiveStream, 0, size);