mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-09-24 16:05:27 +00:00
Add documentation for NonDisposingStream class
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
This commit is contained in:
@@ -807,6 +807,8 @@ public class ZipWriter : AbstractWriter
|
||||
|
||||
/// <summary>
|
||||
/// A stream wrapper that doesn't dispose the underlying stream when disposed.
|
||||
/// This is used in encryption scenarios where the crypto stream would otherwise
|
||||
/// dispose the counting stream prematurely, before we can read the final count.
|
||||
/// </summary>
|
||||
private class NonDisposingStream : Stream
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user