This commit is contained in:
Adam Hathcock
2026-02-04 08:31:58 +00:00
parent 3ab4478275
commit 7e54f91bfa

View File

@@ -6,6 +6,7 @@ namespace SharpCompress.IO;
internal sealed partial class SeekableRewindableStream : RewindableStream
{
public override Stream BaseStream() => _underlyingStream;
private readonly Stream _underlyingStream;
private long? _recordedPosition;