mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-07-26 19:03:09 +00:00
fmt
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user