merge fixes and fmt

This commit is contained in:
Adam Hathcock
2026-01-15 15:20:52 +00:00
parent c55a383112
commit ec310c87de
18 changed files with 132 additions and 48 deletions

View File

@@ -38,7 +38,7 @@ internal class BufferedSubStream : SharpCompressStream, IStreamStack
private int _cacheOffset;
private int _cacheLength;
private readonly byte[] _cache = ArrayPool<byte>.Shared.Rent(32 << 10);
private readonly byte[] _cache = ArrayPool<byte>.Shared.Rent(32 << 10);
private long origin;
private long BytesLeftToRead { get; set; }