Agent-Logs-Url: https://github.com/adamhathcock/sharpcompress/sessions/9d9bc63c-5667-44ae-82f2-bd83df142606 Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
6 lines
116 B
C#
6 lines
116 B
C#
namespace SharpCompress.Common.Options;
|
|
|
|
public interface IStreamOptions
|
|
{
|
|
bool LeaveStreamOpen { get; set; }
|
|
}
|