public GZipStream (System.IO.Stream stream,
System.IO.Compression.CompressionMode mode,
bool leaveOpen);
I am trying to understand what does leaveOpen flag does. When this should be set to true or false?
This is the definition: leaveOpen:
true to leave the stream open after disposing the GZipStream object; otherwise, false.