mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-09-25 08:24:58 +00:00
Remove redundant Rewind() call after StartRecording()
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
This commit is contained in:
@@ -230,7 +230,6 @@ public class TarFactory
|
||||
using var fileStream = fileInfo.OpenRead();
|
||||
var compressedStream = new SharpCompressStream(fileStream);
|
||||
compressedStream.StartRecording();
|
||||
compressedStream.Rewind();
|
||||
var decompStream = wrapper.CreateStream(compressedStream);
|
||||
|
||||
var memoryStream = new MemoryStream();
|
||||
|
||||
Reference in New Issue
Block a user