Update tests/SharpCompress.Performance/LargeMemoryStream.cs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Adam Hathcock
2025-10-23 14:19:16 +01:00
committed by GitHub
parent 4fc5d60f03
commit e3e2c0c567

View File

@@ -17,7 +17,7 @@ public class LargeMemoryStream : Stream
private bool _isDisposed;
/// <summary>
/// Initializes a new instance of the LargePositionStream class.
/// Initializes a new instance of the LargeMemoryStream class.
/// </summary>
/// <param name="chunkSize">The size of each chunk in the backing byte array list. Defaults to 1MB.</param>
public LargeMemoryStream(int chunkSize = 1024 * 1024)