fmt
This commit is contained in:
parent
3ab4478275
commit
7e54f91bfa
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue