mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-09-22 15:04:43 +00:00
Update tests/SharpCompress.Performance/LargeMemoryStream.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user